Aspose::Email::Storage::Mbox::MboxMessageInfo Class Reference

Represents an information about message in the MBOX storage. More...

Inherits Object.

Public Member Functions

System::SharedPtr< Aspose::Email::Mime::HeaderCollectionget_Headers ()
 Gets the collection of header fields More...
 
System::String get_DelimiterMark () const
 Gets the message delimiter mark. More...
 
System::String get_EntryId () const
 Gets the entry identifier. More...
 
System::DateTime get_Date ()
 Gets the date of message More...
 
System::SharedPtr< MailAddressget_From ()
 Gets the from address More...
 
System::String get_Subject ()
 Gets the message subject. More...
 
System::SharedPtr< MailAddressCollectionget_To ()
 Gets the address collection that contains the recipients of message More...
 
System::SharedPtr< MailAddressCollectionget_CC ()
 Gets the address collection that contains CC recipients More...
 
System::SharedPtr< MailAddressCollectionget_Bcc ()
 Gets the address collection that contains BCC recipients of message More...
 
 MboxMessageInfo (System::SharedPtr< Message > message, System::String entryId, System::String fromMarker)
 

Friends

class Aspose::Email::Storage::Mbox::MboxoStorageReader
 
class Aspose::Email::Storage::Mbox::MboxrdStorageReader
 

Detailed Description

Represents an information about message in the MBOX storage.

Constructor & Destructor Documentation

◆ MboxMessageInfo()

Aspose::Email::Storage::Mbox::MboxMessageInfo::MboxMessageInfo ( System::SharedPtr< Message >  message,
System::String  entryId,
System::String  fromMarker 
)

Member Function Documentation

◆ get_Bcc()

System::SharedPtr<MailAddressCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Bcc ( )

Gets the address collection that contains BCC recipients of message

◆ get_CC()

System::SharedPtr<MailAddressCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_CC ( )

Gets the address collection that contains CC recipients

◆ get_Date()

System::DateTime Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Date ( )

Gets the date of message

◆ get_DelimiterMark()

System::String Aspose::Email::Storage::Mbox::MboxMessageInfo::get_DelimiterMark ( ) const

Gets the message delimiter mark.

The string represented a message delimiter mark.

◆ get_EntryId()

System::String Aspose::Email::Storage::Mbox::MboxMessageInfo::get_EntryId ( ) const

Gets the entry identifier.

The string represented an entry identifier.

◆ get_From()

System::SharedPtr<MailAddress> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_From ( )

Gets the from address

◆ get_Headers()

System::SharedPtr<Aspose::Email::Mime::HeaderCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Headers ( )

Gets the collection of header fields

◆ get_Subject()

System::String Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Subject ( )

Gets the message subject.

◆ get_To()

System::SharedPtr<MailAddressCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_To ( )

Gets the address collection that contains the recipients of message

Friends And Related Function Documentation

◆ Aspose::Email::Storage::Mbox::MboxoStorageReader

◆ Aspose::Email::Storage::Mbox::MboxrdStorageReader