[This is preliminary documentation and is subject to change.]

Returns the order in which the columns in the email list are to be displayed. For more information refer to the OfficeClip customization document, level 1 customization using the emailList.xml.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ArrayList GetEmailListGridLayout()
Visual Basic (Declaration)
Public Function GetEmailListGridLayout As ArrayList
Visual C++
public:
ArrayList^ GetEmailListGridLayout()

Return Value

ArrayList of the all the email column names in the order in which they are to be displayed on the email list screen.

See Also