Represents a group which owns the contact More...
Inherits Object.
Public Member Functions | |
| System::String | get_Id () const |
| Gets the unique identifier for a group entry More... | |
| void | set_Id (System::String value) |
| Gets the unique identifier for a group entry More... | |
| System::DateTime | get_Updated () const |
| Gets the date indicating the most recent instant in time when an group entry was modified More... | |
| void | set_Updated (System::DateTime value) |
| Gets the date indicating the most recent instant in time when an group entry was modified More... | |
| System::String | get_Title () const |
| Gets the human-readable title for a group entry More... | |
| void | set_Title (System::String value) |
| Gets the human-readable title for a group entry More... | |
| System::String | get_Content () const |
| Gets the content of the group entry More... | |
| void | set_Content (System::String value) |
| Gets the content of the group entry More... | |
| GoogleContactGroup () | |
| Initializes a new instance of the GoogleContactGroup class. More... | |
| System::String | ToString () const override |
| Returns a String which represents the object instance. More... | |
Represents a group which owns the contact
| Aspose::Email::Clients::Google::GoogleContactGroup::GoogleContactGroup | ( | ) |
Initializes a new instance of the GoogleContactGroup class.
| System::String Aspose::Email::Clients::Google::GoogleContactGroup::get_Content | ( | ) | const |
Gets the content of the group entry
string that represents content
| System::String Aspose::Email::Clients::Google::GoogleContactGroup::get_Id | ( | ) | const |
Gets the unique identifier for a group entry
string that represents an unique identifier
| System::String Aspose::Email::Clients::Google::GoogleContactGroup::get_Title | ( | ) | const |
Gets the human-readable title for a group entry
The string that represents title for a group entry
| System::DateTime Aspose::Email::Clients::Google::GoogleContactGroup::get_Updated | ( | ) | const |
Gets the date indicating the most recent instant in time when an group entry was modified
DateTime value that represents updated date
| void Aspose::Email::Clients::Google::GoogleContactGroup::set_Content | ( | System::String | value | ) |
Gets the content of the group entry
string that represents content
| void Aspose::Email::Clients::Google::GoogleContactGroup::set_Id | ( | System::String | value | ) |
Gets the unique identifier for a group entry
string that represents an unique identifier
| void Aspose::Email::Clients::Google::GoogleContactGroup::set_Title | ( | System::String | value | ) |
Gets the human-readable title for a group entry
The string that represents title for a group entry
| void Aspose::Email::Clients::Google::GoogleContactGroup::set_Updated | ( | System::DateTime | value | ) |
Gets the date indicating the most recent instant in time when an group entry was modified
DateTime value that represents updated date
|
override |
Returns a String which represents the object instance.