Share via


ColumnFormat Members

Include Protected Members
Include Inherited Members

Represents the display properties of an order field or view field in a view.

The ColumnFormat type exposes the following members.

Properties

  Name Description
Public property Align Returns or sets an OlAlign constant that indicates the alignment of the column label for the property to which the ColumnFormat object is associated. Read/write. (Inherited from _ColumnFormat.)
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _ColumnFormat.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _ColumnFormat.)
Public property FieldFormat Returns or sets an Integer (int in C#) value that represents the display format of the property to which the ColumnFormat object is associated. Read/write. (Inherited from _ColumnFormat.)
Public property FieldType Returns an OlUserPropertyType constant which represents the field type of the property to which the ColumnFormat object is associated. Read-only. (Inherited from _ColumnFormat.)
Public property Label Returns or sets a String (string in C#) value that represents the column label and tooltip displayed for the property to which the ColumnFormat object is associated. Read/write. (Inherited from _ColumnFormat.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _ColumnFormat.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _ColumnFormat.)
Public property Width Returns or sets an Integer (int in C#) value indicating the approximate width (in characters) of the column. Read/write. (Inherited from _ColumnFormat.)

Top

See Also

Reference

ColumnFormat Interface

Microsoft.Office.Interop.Outlook Namespace