Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an ItemProperties collection that represents all standard and user-defined properties associated with the MobileItem object. 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 _MobileItem
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.