ColumnFormat.FieldFormat Property (Outlook)
Returns or sets a Long value that represents the display format of the property to which the ColumnFormat object is associated. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression .FieldFormat
expression A variable that represents a ColumnFormat object.
Remarks
The value of this property is a constant from an enumeration, where the enumeration is dependent on the value of the FieldType property for the ColumnFormat object:
FieldType value |
FieldFormat enumeration |
olCurrency |
|
olFormatDateTime |
|
olDuration |
|
olInteger |
|
olKeywords |
|
olNumber |
|
olPercent |
|
olText |
|
olYesNo |
|
olEnumeration |
|
olSmartFrom |
For field types not listed in the above table, the value of this property is ignored.