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.

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
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

ColumnFormat Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.