Share via


_StorageItem.UserProperties Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property UserProperties As UserProperties
    Get
'Usage
Dim instance As _StorageItem
Dim value As UserProperties

value = instance.UserProperties
[DispIdAttribute()]
UserProperties UserProperties { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.UserProperties

Remarks

If you use the UserProperties.Add 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.

See Also

Reference

_StorageItem Interface

_StorageItem Members

Microsoft.Office.Interop.Outlook Namespace