MessageParts Property  
 

Return the number of parts in the current message.

Syntax

object.MessageParts

Remarks

The MessageParts property returns the number of parts in the current message. All messages have at least one part, referenced as part 1. Multipart messages will consist of additional parts which may be accessed by reading the MessagePart property array or calling the GetMessage method.

Data Type

Integer (Int32)

See Also

Message Property, MessagePart Property, GetMessage Method