Represents an information about message in the OLM storage. More...
Inherits Object.
Public Member Functions | |
System::String | get_EntryId () |
Gets the message entry identifier. More... | |
System::String | get_Subject () const |
Gets the message subject. More... | |
System::DateTime | get_Date () const |
Gets the date of message. More... | |
System::DateTime | get_ModifiedDate () const |
Gets the date of message. More... | |
System::SharedPtr< Aspose::Email::Mapi::MapiElectronicAddress > | get_From () const |
Gets the from address. More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Aspose::Email::Mapi::MapiElectronicAddress > > > | get_To () const |
Gets the address collection that contains the recipients of message. More... | |
System::String | get_MessageClass () const |
Gets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note. The message class specifies the type, purpose, or content of the message. More... | |
bool | get_HasAttachments () |
Gets a value indicating whether the message has attachments. More... | |
System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< IndexItem > > > | get_AttachList () const |
OlmMessageInfo (System::SharedPtr< IndexItem > item, int32_t index, System::SharedPtr< XmlItem > xmlItem, System::ArrayPtr< uint8_t > data) | |
Initializes a new instance of the OlmMessageInfo class. More... | |
bool | ParseQuery (System::SharedPtr< System::Xml::XmlNode > xmlQuery) |
Public Attributes | |
System::SharedPtr< IndexItem > | Item |
int32_t | Index |
Friends | |
class | Aspose::Email::Storage::Olm::MessageInfoIterator |
class | Aspose::Email::Storage::Olm::OlmStorage |
Represents an information about message in the OLM storage.
Aspose::Email::Storage::Olm::OlmMessageInfo::OlmMessageInfo | ( | System::SharedPtr< IndexItem > | item, |
int32_t | index, | ||
System::SharedPtr< XmlItem > | xmlItem, | ||
System::ArrayPtr< uint8_t > | data | ||
) |
Initializes a new instance of the OlmMessageInfo class.
item | The item. |
index | The index. |
xmlItem | The XML item. |
data | The data. |
NotImplementedException |
System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<IndexItem> > > Aspose::Email::Storage::Olm::OlmMessageInfo::get_AttachList | ( | ) | const |
System::DateTime Aspose::Email::Storage::Olm::OlmMessageInfo::get_Date | ( | ) | const |
Gets the date of message.
System::String Aspose::Email::Storage::Olm::OlmMessageInfo::get_EntryId | ( | ) |
Gets the message entry identifier.
The entry identifier.
System::SharedPtr<Aspose::Email::Mapi::MapiElectronicAddress> Aspose::Email::Storage::Olm::OlmMessageInfo::get_From | ( | ) | const |
Gets the from address.
bool Aspose::Email::Storage::Olm::OlmMessageInfo::get_HasAttachments | ( | ) |
Gets a value indicating whether the message has attachments.
true
if this instance has attachments; otherwise, false
.
System::String Aspose::Email::Storage::Olm::OlmMessageInfo::get_MessageClass | ( | ) | const |
Gets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note. The message class specifies the type, purpose, or content of the message.
System::DateTime Aspose::Email::Storage::Olm::OlmMessageInfo::get_ModifiedDate | ( | ) | const |
Gets the date of message.
System::String Aspose::Email::Storage::Olm::OlmMessageInfo::get_Subject | ( | ) | const |
Gets the message subject.
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Aspose::Email::Mapi::MapiElectronicAddress> > > Aspose::Email::Storage::Olm::OlmMessageInfo::get_To | ( | ) | const |
Gets the address collection that contains the recipients of message.
bool Aspose::Email::Storage::Olm::OlmMessageInfo::ParseQuery | ( | System::SharedPtr< System::Xml::XmlNode > | xmlQuery | ) |
|
friend |
|
friend |
int32_t Aspose::Email::Storage::Olm::OlmMessageInfo::Index |
System::SharedPtr<IndexItem> Aspose::Email::Storage::Olm::OlmMessageInfo::Item |