_NoteItem.ItemProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.