_ColumnFormat.FieldType Property
Returns an OlUserPropertyType constant which represents the field type of the property to which the ColumnFormat object is associated. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property FieldType As OlUserPropertyType
Get
'Usage
Dim instance As _ColumnFormat
Dim value As OlUserPropertyType
value = instance.FieldType
[DispIdAttribute()]
OlUserPropertyType FieldType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlUserPropertyType