_StorageItem.UserProperties Property

Definition

Returns the UserProperties collection that represents all the user properties for the Outlook item. Read-only.

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

Property Value

Remarks

If you use the Add(String, OlUserPropertyType, Object, Object) method on the UserProperties object associated with a StorageItem, the optional AddToFolderFields and DisplayFormat arguments of the UserProperties.Add method will be ignored. Any custom properties of the StorageItem object will not be exposed as custom properties in the Field Chooser.

Applies to