ItemProperty.IsUserProperty Property

Returns a Boolean (bool in C#) value 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
<DispIdAttribute()> _
ReadOnly Property IsUserProperty As Boolean
    Get
'Usage
Dim instance As ItemProperty
Dim value As Boolean

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

Property Value

Type: System.Boolean

See Also

Reference

ItemProperty Interface

ItemProperty Members

Microsoft.Office.Interop.Outlook Namespace