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

Gets all the color schemes specified in the OfficeClip email account color sheme resource file (desktop/email/accountColorScheme.xml). Please refer to the

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

Syntax

C#
public DataSet GetAccountColorSchemes()
Visual Basic (Declaration)
Public Function GetAccountColorSchemes As DataSet
Visual C++
public:
DataSet^ GetAccountColorSchemes()

Return Value

DataSet containing the name all the OfficeClip supported colors to be used for highlighting mails from a particular email account. The DataSet contains a DataTable called Color with a column called Value (System.String) specifying the name of color.

See Also