_UserDefinedProperty.DisplayFormat Property
Returns an Integer (int in C#) value that represents the display format for the UserDefinedProperty object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property DisplayFormat As Integer
Get
'Usage
Dim instance As _UserDefinedProperty
Dim value As Integer
value = instance.DisplayFormat
[DispIdAttribute()]
int DisplayFormat { get; }
Property Value
Type: System.Int32
Remarks
The value of this property is a constant from an enumeration, where the enumeration is dependent on the value of the Type property for the UserDefinedProperty object:
Type value |
DisplayFormat enumeration |
olCombination |
No enumeration available. This property always returns 1 for olCombination. |
olCurrency |
|
olDateTime |
|
olDuration |
|
olEnumeration |
|
olFormula |
No enumeration available. This property always returns 1 for olFormula. |
olInteger |
|
olKeywords |
|
olNumber |
|
olOutlookInternal |
No enumeration available. This property always returns 1 for olOutlookInternal. |
olPercent |
|
olSmartFrom |
|
olText |
|
olYesNo |