Share via


ColumnFormat.FieldFormat Property

Outlook Developer Reference

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 OlFormatCurrency
olFormatDateTime OlFormatDateTime
olDuration OlFormatDuration
olInteger OlFormatInteger
olKeywords OlFormatKeywords
olNumber OlFormatNumber
olPercent OlFormatPercent
olText OlFormatText
olYesNo OlFormatYesNo
olEnumeration OlFormatEnumeration
olSmartFrom OlFormatSmartFrom

For field types not listed in the above table, the value of this property is ignored.

See Also