:CreateMessagePart()
Class
Syntax
:CreateMessagePart( [hMessage] ) -> lSuccess
Parameters
|
|
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.
Description
The :CreateMessagePart() method creates a new part for the specified message.
If this the first part created for a message that does not have the multipart content type specified, the message is marked as multipart and the header fields are updated.
See Also
:AttachFile(), :CreateMessage(), :DeleteMessagePart(), :GetMessagePart(), :GetMessagePartCount(), :SetMessagePart()