_DocumentItem.ItemProperties Property
Returns an ItemProperties collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property ItemProperties As ItemProperties
Get
'Usage
Dim instance As _DocumentItem
Dim value As ItemProperties
value = instance.ItemProperties
[DispIdAttribute()]
ItemProperties ItemProperties { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.ItemProperties
Remarks
The ItemProperties collection is a zero-based collection, meaning that the first object in the collection is referenced by the index 0.