Aspose::Email::Clients::Google::GmailMessageInfo Class Reference

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...
 

Detailed Description

The message resource representation that contains only an id and a threadId.

Constructor & Destructor Documentation

◆ GmailMessageInfo()

Aspose::Email::Clients::Google::GmailMessageInfo::GmailMessageInfo ( System::String  id,
System::String  threadId 
)

Creates instance of GmailMessageInfo.

Parameters
idThe immutable ID of the message.
threadIdThe ID of the thread the message belongs to.

Member Function Documentation

◆ get_Id()

System::String Aspose::Email::Clients::Google::GmailMessageInfo::get_Id ( ) const

The immutable ID of the message.

◆ get_ThreadId()

System::String Aspose::Email::Clients::Google::GmailMessageInfo::get_ThreadId ( ) const

The ID of the thread the message belongs to.

◆ set_Id()

void Aspose::Email::Clients::Google::GmailMessageInfo::set_Id ( System::String  value)

The immutable ID of the message.

◆ set_ThreadId()

void Aspose::Email::Clients::Google::GmailMessageInfo::set_ThreadId ( System::String  value)

The ID of the thread the message belongs to.