The message resource representation that contains only an id and a threadId. More...
Inherits Object.
Public Member Functions | |
| System::String | get_Id () const |
| The immutable ID of the message. More... | |
| void | set_Id (System::String value) |
| The immutable ID of the message. More... | |
| System::String | get_ThreadId () const |
| The ID of the thread the message belongs to. More... | |
| void | set_ThreadId (System::String value) |
| The ID of the thread the message belongs to. More... | |
| GmailMessageInfo (System::String id, System::String threadId) | |
| Creates instance of GmailMessageInfo. More... | |
The message resource representation that contains only an id and a threadId.
| Aspose::Email::Clients::Google::GmailMessageInfo::GmailMessageInfo | ( | System::String | id, |
| System::String | threadId | ||
| ) |
Creates instance of GmailMessageInfo.
| id | The immutable ID of the message. |
| threadId | The ID of the thread the message belongs to. |
| System::String Aspose::Email::Clients::Google::GmailMessageInfo::get_Id | ( | ) | const |
The immutable ID of the message.
| System::String Aspose::Email::Clients::Google::GmailMessageInfo::get_ThreadId | ( | ) | const |
The ID of the thread the message belongs to.
| void Aspose::Email::Clients::Google::GmailMessageInfo::set_Id | ( | System::String | value | ) |
The immutable ID of the message.
| void Aspose::Email::Clients::Google::GmailMessageInfo::set_ThreadId | ( | System::String | value | ) |
The ID of the thread the message belongs to.