ColorsInfo Class

Contains colors definition for calendars and events
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleColorsInfo

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ColorsInfo

The ColorsInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCalendar
Palette of calendar colors, mapping from the color ID to its definition. An 'calendarListEntry' resource refers to one of these color IDs in its 'color' field.
Public propertyEvent
Palette of event colors, mapping from the color ID to its definition. An 'event' resource may refer to one of these color IDs in its 'color' field.
Public propertyUpdated
Last modification time of the color palette.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldStatic memberKIND
Type of the resource "calendar#colors".
See Also