Represents information about message in PST. More...
Inherits Object.
Public Member Functions | |
| MapiImportance | get_Importance () |
| Gets the Importance. More... | |
| System::String | get_MessageClass () |
| Gets the Message class. More... | |
| MapiSensitivity | get_Sensitivity () |
| Gets the Sensitivity. More... | |
| System::ArrayPtr< uint8_t > | get_EntryId () const |
| Gets the entry ID. More... | |
| System::String | get_EntryIdString () |
| Gets string representation of entry ID. More... | |
| System::String | get_Subject () |
| Gets the message subject. More... | |
| System::String | get_SenderRepresentativeName () |
| Gets the sender representative name. More... | |
| System::String | get_DisplayCC () |
| Gets the CC: line. More... | |
| System::String | get_DisplayTo () |
| Gets the To: line. More... | |
| System::SharedPtr< Aspose::Email::Mapi::MapiPropertyCollection > | get_Properties () const |
| Gets the MessageInfo properties. More... | |
| System::SharedPtr< Ndb::NodeId > | get_NidParent () const |
| The nodeId of parent folder. More... | |
| System::SharedPtr< Ndb::NodeId > | get_Nid () const |
| The node ID. More... | |
| System::String | get_BodyForQueryOnly () |
| This field is used only when searching for a body in the query More... | |
| void | set_BodyForQueryOnly (System::String value) |
| This field is used only when searching for a body in the query More... | |
| MessageInfo () | |
| Initializes a new instance of the MessageInfo class. More... | |
| MessageInfo (System::SharedPtr< Ltp::Item > item, System::SharedPtr< Ndb::NodeId > parentNodeId, System::ArrayPtr< uint8_t > pstRecordKey, FileFormat format) | |
| Initializes a new instance of the MessageInfo class. More... | |
| MessageInfo (System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< Ltp::PropertyInfo >>> enumerator, System::SharedPtr< Ndb::NodeId > msgNodeId, System::SharedPtr< Ndb::NodeId > parentNodeId, System::ArrayPtr< uint8_t > pstRecordKey, FileFormat format) | |
| Initializes a new instance of the MessageInfo class. More... | |
| bool | ParseQuery (System::SharedPtr< System::Xml::XmlNode > xmlQuery) |
Friends | |
| class | Aspose::Email::Storage::Pst::PersonalStorage |
| class | Aspose::Email::Storage::Pst::PstDoer |
Represents information about message in PST.
| Aspose::Email::Storage::Pst::MessageInfo::MessageInfo | ( | ) |
Initializes a new instance of the MessageInfo class.
| Aspose::Email::Storage::Pst::MessageInfo::MessageInfo | ( | System::SharedPtr< Ltp::Item > | item, |
| System::SharedPtr< Ndb::NodeId > | parentNodeId, | ||
| System::ArrayPtr< uint8_t > | pstRecordKey, | ||
| FileFormat | format | ||
| ) |
Initializes a new instance of the MessageInfo class.
| item | The item. |
| parentNodeId | The parent node identifier. |
| pstRecordKey | The PST record key. |
| xmlQuery | The XML query. |
| Aspose::Email::Storage::Pst::MessageInfo::MessageInfo | ( | System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< Ltp::PropertyInfo >>> | enumerator, |
| System::SharedPtr< Ndb::NodeId > | msgNodeId, | ||
| System::SharedPtr< Ndb::NodeId > | parentNodeId, | ||
| System::ArrayPtr< uint8_t > | pstRecordKey, | ||
| FileFormat | format | ||
| ) |
Initializes a new instance of the MessageInfo class.
| enumerator | The enumerator. |
| msgNodeId | The MSG node identifier. |
| parentNodeId | The parent node identifier. |
| pstRecordKey | The PST record key. |
| System::String Aspose::Email::Storage::Pst::MessageInfo::get_BodyForQueryOnly | ( | ) |
This field is used only when searching for a body in the query
| System::String Aspose::Email::Storage::Pst::MessageInfo::get_DisplayCC | ( | ) |
Gets the CC: line.
The display cc.
| System::String Aspose::Email::Storage::Pst::MessageInfo::get_DisplayTo | ( | ) |
Gets the To: line.
The display to.
| System::ArrayPtr<uint8_t> Aspose::Email::Storage::Pst::MessageInfo::get_EntryId | ( | ) | const |
Gets the entry ID.
The entry id.
| System::String Aspose::Email::Storage::Pst::MessageInfo::get_EntryIdString | ( | ) |
Gets string representation of entry ID.
The entry id string.
| MapiImportance Aspose::Email::Storage::Pst::MessageInfo::get_Importance | ( | ) |
Gets the Importance.
The importance.
| System::String Aspose::Email::Storage::Pst::MessageInfo::get_MessageClass | ( | ) |
Gets the Message class.
The message class.
| System::SharedPtr<Ndb::NodeId> Aspose::Email::Storage::Pst::MessageInfo::get_Nid | ( | ) | const |
The node ID.
| System::SharedPtr<Ndb::NodeId> Aspose::Email::Storage::Pst::MessageInfo::get_NidParent | ( | ) | const |
The nodeId of parent folder.
| System::SharedPtr<Aspose::Email::Mapi::MapiPropertyCollection> Aspose::Email::Storage::Pst::MessageInfo::get_Properties | ( | ) | const |
Gets the MessageInfo properties.
The properties of MessageInfo.
| System::String Aspose::Email::Storage::Pst::MessageInfo::get_SenderRepresentativeName | ( | ) |
Gets the sender representative name.
The sender representative name.
| MapiSensitivity Aspose::Email::Storage::Pst::MessageInfo::get_Sensitivity | ( | ) |
Gets the Sensitivity.
The sensitivity.
| System::String Aspose::Email::Storage::Pst::MessageInfo::get_Subject | ( | ) |
Gets the message subject.
The subject.
| bool Aspose::Email::Storage::Pst::MessageInfo::ParseQuery | ( | System::SharedPtr< System::Xml::XmlNode > | xmlQuery | ) |
| void Aspose::Email::Storage::Pst::MessageInfo::set_BodyForQueryOnly | ( | System::String | value | ) |
This field is used only when searching for a body in the query
|
friend |
|
friend |