Returns the size of the data stored in the selected message
part.
Syntax
object.ContentLength
The object is an expression that evaluates to an InternetMail
object. The property returns a long integer value.
Remarks
The ContentLength property returns the size of the
current message part in bytes. This property is read-only, and is
automatically updated when the current message part changes.
Data Type
Integer
See Also
ContentID Property, ContentType Property
|