GoogleContactGroup Class

Represents a group which owns the contact
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleGoogleContactGroup

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

The GoogleContactGroup type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets the content of the group entry
Public propertyId
Gets the unique identifier for a group entry
Public propertyTitle
Gets the human-readable title for a group entry
Public propertyUpdated
Gets the date indicating the most recent instant in time when an group entry was modified
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String which represents the object instance.
(Overrides ObjectToString.)
See Also