StorageItem.Size Property

Outlook Developer Reference

Returns a Long indicating the size (in bytes) of the StorageItem. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Size

expression   A variable that represents a StorageItem object.

Remarks

The Size of a StorageItem that is newly created is zero (0) until you make an explicit call on the Save method of the item.

See Also