Return the number of parts in the current message.
Syntax
object.MessageParts
The object is an expression that evaluates to an InternetMail
object. The property returns a long integer value.
Remarks
The MessageParts property returns the number of parts in
the current message. All messages have at least one part,
referenced as part 0. Multipart messages will consist of additional
parts which may be accessed by setting the MessageParts
property.
Data Type
Integer
See Also
MessagePart Property, AttachFile Method, ExtractFile Method, ExportMessage Method
|