Description
-
Determines filename where message is stored.
Property type
-
A String value.
Syntax
-
object.Filename [= value]
The Filename Property syntax has these parts:
object |
An expression evaluating to an object
of type ImapMessage. |
value |
A String value. Filename that holds
message body. |
Remarks
- Internally, wodImapServer will keep all message bodies to
files on your disk. If you don't specify one when you
create new message, as soon as you start writing to it
wodImapServer will create temporary file on your system and
write to it. In that case, wodImapServer will set this
property.
You should set this property by yourself immediately after
you Add
new message to the collection. However, wodImapServer will
not actually access the message until necessary - in other
words until client does not request it.
|