Represents an information about message in the MBOX storage. More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< Aspose::Email::Mime::HeaderCollection > | get_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< MailAddress > | get_From () |
Gets the from address More... | |
System::String | get_Subject () |
Gets the message subject. More... | |
System::SharedPtr< MailAddressCollection > | get_To () |
Gets the address collection that contains the recipients of message More... | |
System::SharedPtr< MailAddressCollection > | get_CC () |
Gets the address collection that contains CC recipients More... | |
System::SharedPtr< MailAddressCollection > | get_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 |
Represents an information about message in the MBOX storage.
Aspose::Email::Storage::Mbox::MboxMessageInfo::MboxMessageInfo | ( | System::SharedPtr< Message > | message, |
System::String | entryId, | ||
System::String | fromMarker | ||
) |
System::SharedPtr<MailAddressCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Bcc | ( | ) |
Gets the address collection that contains BCC recipients of message
System::SharedPtr<MailAddressCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_CC | ( | ) |
Gets the address collection that contains CC recipients
System::DateTime Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Date | ( | ) |
Gets the date of message
System::String Aspose::Email::Storage::Mbox::MboxMessageInfo::get_DelimiterMark | ( | ) | const |
Gets the message delimiter mark.
The string represented a message delimiter mark.
System::String Aspose::Email::Storage::Mbox::MboxMessageInfo::get_EntryId | ( | ) | const |
Gets the entry identifier.
The string represented an entry identifier.
System::SharedPtr<MailAddress> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_From | ( | ) |
Gets the from address
System::SharedPtr<Aspose::Email::Mime::HeaderCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Headers | ( | ) |
Gets the collection of header fields
System::String Aspose::Email::Storage::Mbox::MboxMessageInfo::get_Subject | ( | ) |
Gets the message subject.
System::SharedPtr<MailAddressCollection> Aspose::Email::Storage::Mbox::MboxMessageInfo::get_To | ( | ) |
Gets the address collection that contains the recipients of message
|
friend |
|
friend |