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. |
mailFileDescription function |
Datatype returned |
Description |
---|---|---|
ClassName in PowerScript Reference |
String |
Returns the class of an object. |
GetContextService in PowerScript Reference |
Integer |
Creates a reference to a context-specific instance of the specified service. |
GetParent in PowerScript Reference |
PowerObject |
Returns a reference to the name of the parent object. |
TypeOf in PowerScript Reference |
Object |
Returns the type of the object. |