:SetMessageVersion()
Class
Syntax
:SetMessageVersion( [cMIMEVer], [hMessage] ) -> lSuccess
Parameters
|
|
cMIMEVer |
Optional. A string which specifies the MIME version. If not passed, the version to the default to a value of 1.0 |
|
|
hMessage |
Optional. Handle of the message to act on. Provided during :CreateMessage() operation |
Return
Logical indicating Success.
Returns .T. if the operation succeeds, otherwise returns .F.
To get more information about the error, see :nErr and :cErr.
Description
Sets the MIME version for the current message. Default is 1.0.
See Also