Share via


SharingItem.ItemProperties Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ItemProperties

expression   A variable that represents a SharingItem object.

Remarks

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

See Also