Gets and sets the name of the file that contains the message to be
processed
Syntax
object.FileName [= filename ]
Remarks
The FileName property returns the name of the file that
contains the message being processed. Setting this property specifies
the name of a file that contains a MIME message, and is used in
conjunction with the methods used to import and export messages.
Data Type
String
See Also
AttachFile Method,
ExportMessage Method,
ExtractFile Method,
ImportMessage Method
|