The mailFileDescription object is a system structure containing information about an attachment file to a mail message. A mailFileDescription object has no events.
mailFileDescription property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
FileType |
mailFileType (enumerated) |
Specifies the type of the attachment file. Values are: mailAttach! -- data file. mailOLE! -- embedded OLE object. mailOLEStatic! -- static OLE object. Only mailAttach! is supported for Extended MAPI. If you specify the other value (mailOLE! or mailOLEStatic! ), it will work as mailAttach! |
Filename |
String |
Specifies the name of the attachment file. |
Pathname |
String |
Specifies the full path of the attachment file including the file name. |
Position |
Unsignedlong |
Specifies the position of the attachment file within the message body. Required when sending multiple attachments. |