Description
-
Holds filename of the attachment.
Property type
-
A String value.
Syntax
-
object.Name [= value]
The Name Property syntax has these parts:
object |
An expression evaluating to an object
of type Attachment. |
value |
A String value. |
Remarks
-
When someone sends you message with attachment inside,
his mail client will specify attachment name along with
attachment raw data. wodMailbox will try to retrieve this
value (if possible) and store it to Name property.
If Name property is empty, you could still try to
manually locate attachment name using Headers
collection.
|