:GetMessageBoundary()
Class
Syntax
:GetMessageBoundary( [hMessage] ) -> cBoundry
Parameters
|
|
hMessage |
Optional. Handle of the message to act on. Provided during :CreateMessage() operation |
Return
Returns cBoundry, the string that separates the parts of a multi-part message.
Description
The :GetMessageBoundary() method returns the boundary string used to separate the parts of a multi-part message.
See Also
:CreateMessagePart(), :GetMessagePart(), :GetMessageHeader()