Replace the current message with the contents of a file.
Syntax
object.ImportMessage( FileName )
Parameters
- FileName
- A string which specifies the name of the text file to
import.
Return Value
A value of zero is returned if the method succeeds.
Otherwise, a non-zero error code is returned which indicates the
cause of the failure.
See Also
AppendMessage Method,
ExportMessage Method,
ParseMessage Method
|