:GetMessagePart()
Class
Syntax
:GetMessagePart( [hMessage] ) -> nPartIndex
Parameters
|
|
hMessage |
Optional. Handle of the message to act on. Provided during :CreateMessage() operation |
Return
If the function succeeds, the return value is the message part index.
If the function fails, the return value is MIME_ERROR.
To get extended error information, see :nErr and :cErr.
Description
The :GetMessagePart() method returns the current message part index for the specified message.
See Also
:CreateMessagePart(), :DeleteMessagePart(), :GetMessagePartCount(), :SetMessagePart()