Aspose::Email::Clients::Imap::MessageThreadResult Class Referencefinal

Contains result for SORT ot THREAD methods See more: https://tools.ietf.org/html/rfc5256 More...

Inherits Object.

Public Member Functions

System::SharedPtr< MessageThreadResultget_Parent () const
 Parent message More...
 
void set_Parent (System::SharedPtr< MessageThreadResult > value)
 Parent message More...
 
bool get_UseUId () const
 Gets value which is indicates whether UID kind of method has to be used. More...
 
void set_UseUId (bool value)
 Gets value which is indicates whether UID kind of method has to be used. More...
 
int32_t get_SequenceNumber () const
 Gets the message sequence number. More...
 
void set_SequenceNumber (int32_t value)
 Gets the message sequence number. More...
 
System::String get_UniqueId () const
 Gets the message unique ID. More...
 
void set_UniqueId (System::String value)
 Gets the message unique ID. More...
 
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult > > > get_ChildMessages () const
 Child messages. More...
 
void set_ChildMessages (System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult >>> value)
 Child messages. More...
 
System::String get_ConversationId () const
 Message thread identifier. More...
 
void set_ConversationId (System::String value)
 Message thread identifier. More...
 
 MessageThreadResult ()
 Initializes a new instance of the MessageThreadResult class. More...
 
System::String ToString () const override
 To String More...
 

Friends

class Aspose::Email::Clients::Imap::Commands::SortCommand
 
class Aspose::Email::Clients::Imap::Commands::ThreadCommand
 
class Aspose::Email::Clients::Imap::Commands::ThreadSearchCommand
 
class Aspose::Email::Clients::Imap::Commands::ThreadGrCommand
 

Detailed Description

Contains result for SORT ot THREAD methods See more: https://tools.ietf.org/html/rfc5256

Constructor & Destructor Documentation

◆ MessageThreadResult()

Aspose::Email::Clients::Imap::MessageThreadResult::MessageThreadResult ( )

Initializes a new instance of the MessageThreadResult class.

Member Function Documentation

◆ get_ChildMessages()

System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<MessageThreadResult> > > Aspose::Email::Clients::Imap::MessageThreadResult::get_ChildMessages ( ) const

Child messages.

◆ get_ConversationId()

System::String Aspose::Email::Clients::Imap::MessageThreadResult::get_ConversationId ( ) const

Message thread identifier.

◆ get_Parent()

System::SharedPtr<MessageThreadResult> Aspose::Email::Clients::Imap::MessageThreadResult::get_Parent ( ) const

Parent message

◆ get_SequenceNumber()

int32_t Aspose::Email::Clients::Imap::MessageThreadResult::get_SequenceNumber ( ) const

Gets the message sequence number.

◆ get_UniqueId()

System::String Aspose::Email::Clients::Imap::MessageThreadResult::get_UniqueId ( ) const

Gets the message unique ID.

◆ get_UseUId()

bool Aspose::Email::Clients::Imap::MessageThreadResult::get_UseUId ( ) const

Gets value which is indicates whether UID kind of method has to be used.

◆ set_ChildMessages()

void Aspose::Email::Clients::Imap::MessageThreadResult::set_ChildMessages ( System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< MessageThreadResult >>>  value)

Child messages.

◆ set_ConversationId()

void Aspose::Email::Clients::Imap::MessageThreadResult::set_ConversationId ( System::String  value)

Message thread identifier.

◆ set_Parent()

void Aspose::Email::Clients::Imap::MessageThreadResult::set_Parent ( System::SharedPtr< MessageThreadResult value)

Parent message

◆ set_SequenceNumber()

void Aspose::Email::Clients::Imap::MessageThreadResult::set_SequenceNumber ( int32_t  value)

Gets the message sequence number.

◆ set_UniqueId()

void Aspose::Email::Clients::Imap::MessageThreadResult::set_UniqueId ( System::String  value)

Gets the message unique ID.

◆ set_UseUId()

void Aspose::Email::Clients::Imap::MessageThreadResult::set_UseUId ( bool  value)

Gets value which is indicates whether UID kind of method has to be used.

◆ ToString()

System::String Aspose::Email::Clients::Imap::MessageThreadResult::ToString ( ) const
override

To String

Returns

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Imap::Commands::SortCommand

friend class Aspose::Email::Clients::Imap::Commands::SortCommand
friend

◆ Aspose::Email::Clients::Imap::Commands::ThreadCommand

friend class Aspose::Email::Clients::Imap::Commands::ThreadCommand
friend

◆ Aspose::Email::Clients::Imap::Commands::ThreadGrCommand

friend class Aspose::Email::Clients::Imap::Commands::ThreadGrCommand
friend

◆ Aspose::Email::Clients::Imap::Commands::ThreadSearchCommand

friend class Aspose::Email::Clients::Imap::Commands::ThreadSearchCommand
friend