ItemProperty.IsUserProperty Property
Returns a Boolean value (bool in C#) that indicates if the item property is a custom property created by the user. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property IsUserProperty As Boolean
Get
'Usage
Dim instance As ItemProperty
Dim value As Boolean
value = instance.IsUserProperty
bool IsUserProperty { get; }
Property Value
Type: System.Boolean