Description
-
Determines if Smtp server should append to file, or
overwrite it.
Property type
-
A Boolean value.
Syntax
-
object.FileAppend [= value]
The FileAppend Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpMessage. |
value |
A Boolean value. |
Remarks
-
If you prefer keeping all received mail in same file,
you should always set this property to True after
specifying Filename
to store new messages. In this case, your mailbox will grow
as new email arrives. If you set this value to
False, then on each new email mailbox file will be
recreated and truncated, so that only new stored message
will exist in it in the future.
|