Aspose::Email::MailboxInfo Class Reference

Represents identification information about message in a mailbox. More...

Inherits Object.

Public Member Functions

int32_t get_SequenceNumber () const
 The sequence number of message. More...
 
void set_SequenceNumber (int32_t value)
 The sequence number of message. More...
 
System::String get_UniqueId () const
 The unique id of message. More...
 
void set_UniqueId (System::String value)
 The unique id of message. More...
 
 MailboxInfo (int32_t sequenceNumber)
 
 MailboxInfo (System::String uniqueId)
 
 MailboxInfo (int32_t sequenceNumber, System::String uniqueId)
 

Friends

class Aspose::Email::Clients::Graph::V1::Commands::CreateMailMessageCommand
 
class Aspose::Email::Clients::Graph::V1::Commands::UpdateMailMessageCommand
 
class Aspose::Email::Clients::Imap::Commands::FetchMessageGrCommand
 
class Aspose::Email::Clients::Imap::Commands::FetchMessagesGrCommand
 
class Aspose::Email::Mapi::MailMessageInterpretor
 

Detailed Description

Represents identification information about message in a mailbox.

Constructor & Destructor Documentation

◆ MailboxInfo() [1/3]

Aspose::Email::MailboxInfo::MailboxInfo ( int32_t  sequenceNumber)

◆ MailboxInfo() [2/3]

Aspose::Email::MailboxInfo::MailboxInfo ( System::String  uniqueId)

◆ MailboxInfo() [3/3]

Aspose::Email::MailboxInfo::MailboxInfo ( int32_t  sequenceNumber,
System::String  uniqueId 
)

Member Function Documentation

◆ get_SequenceNumber()

int32_t Aspose::Email::MailboxInfo::get_SequenceNumber ( ) const

The sequence number of message.

◆ get_UniqueId()

System::String Aspose::Email::MailboxInfo::get_UniqueId ( ) const

The unique id of message.

◆ set_SequenceNumber()

void Aspose::Email::MailboxInfo::set_SequenceNumber ( int32_t  value)

The sequence number of message.

◆ set_UniqueId()

void Aspose::Email::MailboxInfo::set_UniqueId ( System::String  value)

The unique id of message.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Graph::V1::Commands::CreateMailMessageCommand

friend class Aspose::Email::Clients::Graph::V1::Commands::CreateMailMessageCommand
friend

◆ Aspose::Email::Clients::Graph::V1::Commands::UpdateMailMessageCommand

friend class Aspose::Email::Clients::Graph::V1::Commands::UpdateMailMessageCommand
friend

◆ Aspose::Email::Clients::Imap::Commands::FetchMessageGrCommand

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

◆ Aspose::Email::Clients::Imap::Commands::FetchMessagesGrCommand

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

◆ Aspose::Email::Mapi::MailMessageInterpretor

friend class Aspose::Email::Mapi::MailMessageInterpretor
friend