Share via


_StorageItem.Size Property

Returns an Integer (int in C#) value indicating the size (in bytes) of the StorageItem. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Size As Integer
    Get
'Usage
Dim instance As _StorageItem
Dim value As Integer

value = instance.Size
[DispIdAttribute()]
int Size { get; }

Property Value

Type: System.Int32

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

Reference

_StorageItem Interface

_StorageItem Members

Microsoft.Office.Interop.Outlook Namespace