Share via


flushbuffersonwrite Field

flushbuffersonwrite Field

This field can be used both for SMTP and NNTP configurations. If the current configuration specifies to send or post messages using a pickup directory, setting this value to True (VARIANT_TRUE) forces the writing of the message file directly to disk, overriding the standard buffering behavior of the file system. A performance penalty is incurred when using the option, as the file buffer contents must be committed to disk each time a message is posted or sent. The benefit is that send messages will not be lost in the case of power failure, device failure, or a system crash.

Full Name

https://schemas.microsoft.com/cdo/configuration/flushbuffersonwrite

Name Constant

CdoConfiguration.cdoFlushBuffersOnWrite

Variant SubType

Boolean

VARIANT_BOOL

Example

True