_PostItem.ItemProperties Property

Definition

Returns an ItemProperties collection that represents all standard and user-defined properties associated with the Outlook item. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::ItemProperties ^ ItemProperties { Microsoft::Office::Interop::Outlook::ItemProperties ^ get(); };
public Microsoft.Office.Interop.Outlook.ItemProperties ItemProperties { get; }
Public ReadOnly Property ItemProperties As ItemProperties

Property Value

Remarks

The ItemProperties collection is a zero-based collection, meaning that the first object in the collection is referenced by the index 0.

Applies to