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 Pop3Attachment. |
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. wodPop3 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.
|