_ReportItem.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
ReadOnly Property UserProperties As UserProperties
Get
'Usage
Dim instance As _ReportItem
Dim value As UserProperties
value = instance.UserProperties
UserProperties UserProperties { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.UserProperties