:GetMessagePartCount()
Class
Syntax
:GetMessagePartCount( [hMessage ]) -> nParts
Parameters
|
|
hMessage |
Optional. Handle of the message to act on. Provided during :CreateMessage() operation |
Return
The :GetMessagePartCount() Method returns the total number of message parts for the specified message.
Each message consists of at least one part.
Description
Gets the Message Part count of the current message.
See Also
:SetMessagePart(), :GetMessagePart(), :CreateMessagePart(), :CreateMessage()