Return the size of the current message in bytes.
Syntax
object.MessageSize
The object is an expression that evaluates to an InternetMail
object. The property returns a long integer value.
Remarks
The MessageSize property returns the size of the current
message in bytes. The size includes the header and body portion of
the message.
Data Type
Integer
See Also
Message Property, MessageCount Property
|