|
bool | get_IsSigned () |
| Gets a value indicating whether the message is signed. More...
|
|
bool | get_IsEncrypted () |
| Gets a value indicating whether the message is encrypted. More...
|
|
System::String | get_Body () override |
| Gets the message text. More...
|
|
void | set_Body (System::String value) override |
| Gets the message text. More...
|
|
System::String | get_ReplyTo () |
| Gets the reply to names. More...
|
|
void | set_ReplyTo (System::String value) |
| Sets the reply to names. More...
|
|
System::String | get_NormalizedSubject () |
| Gets normalized subject of the message. More...
|
|
System::String | get_DisplayTo () |
| Gets a list of the display names of the primary (To) message recipients, separated by semicolons (;). More...
|
|
System::String | get_DisplayNamePrefix () |
| Gets a prefix of the display name. More...
|
|
System::String | get_DisplayName () |
| Gets the display name for the message. More...
|
|
System::String | get_DisplayCc () |
| Gets a list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;). More...
|
|
System::String | get_DisplayBcc () |
| Gets a list of the display names of any blind carbon copy (BCC) message recipients, separated by semicolons (;). More...
|
|
System::String | get_SenderEmailAddress () |
| Gets the message sender's e-mail address. More...
|
|
void | set_SenderEmailAddress (System::String value) |
| Sets the message sender's e-mail address. More...
|
|
System::String | get_SenderSmtpAddress () |
| Gets the message sender's e-mail address. More...
|
|
void | set_SenderSmtpAddress (System::String value) |
| Sets the message sender's e-mail address. More...
|
|
System::String | get_SenderAddressType () |
| Gets the message sender's e-mail address type. More...
|
|
System::String | get_SenderName () |
| Gets the message sender's display name. More...
|
|
void | set_SenderName (System::String value) |
| Sets the message sender's display name. More...
|
|
System::String | get_TransportMessageHeaders () |
| Gets the transport-specific message envelope information. More...
|
|
System::String | get_InternetMessageId () |
| Gets the message id of the message. More...
|
|
System::String | get_ConversationTopic () |
| Gets the topic of the first message in a conversation thread. More...
|
|
System::String | get_SentRepresentingEmailAddress () |
| Gets the e-mail address for the messaging user represented by the sender. More...
|
|
void | set_SentRepresentingEmailAddress (System::String value) |
| Sets the e-mail address for the messaging user represented by the sender. More...
|
|
System::String | get_SentRepresentingSmtpAddress () |
| Gets the e-mail address for the messaging user represented by the sender. More...
|
|
System::String | get_SentRepresentingAddressType () |
| Gets the address type for the messaging user represented by the sender. More...
|
|
System::String | get_SentRepresentingName () |
| Gets the display name for the messaging user represented by the sender. More...
|
|
void | set_SentRepresentingName (System::String value) |
| Sets the display name for the messaging user represented by the sender. More...
|
|
System::DateTime | get_ClientSubmitTime () |
| Gets the date and time the message sender submitted a message. More...
|
|
void | set_ClientSubmitTime (System::DateTime value) |
| Sets the date and time the message sender submitted a message. More...
|
|
System::DateTime | get_DeliveryTime () |
| Gets the date and time a message was delivered. More...
|
|
void | set_DeliveryTime (System::DateTime value) |
| Sets the date and time a message was delivered. More...
|
|
System::SharedPtr< Mime::HeaderCollection > | get_Headers () |
| Gets the transport message headers More...
|
|
void | set_Headers (System::SharedPtr< Mime::HeaderCollection > value) |
| Gets the transport message headers More...
|
|
MapiMessageFlags | get_Flags () |
| Gets the message flags. More...
|
|
bool | get_ReadReceiptRequested () |
| Gets a value indicating whether the read receipt is requested. More...
|
|
void | set_ReadReceiptRequested (bool value) |
| Sets a value indicating whether the read receipt is requested. More...
|
|
OutlookMessageFormat | get_MessageFormat () |
| Gets the outlook message format. More...
|
|
bool | get_IsTemplate () const |
| Determines whether the message is Outlook template (.oft). More...
|
|
| MapiMessage () |
| Initializes a new instance of the MapiMessage class. More...
|
|
| MapiMessage (bool increaseCredit) |
| Initializes a new instance of the MapiMessage class. More...
|
|
| MapiMessage (OutlookMessageFormat format) |
| Initializes a new instance of the MapiMessage class. More...
|
|
| MapiMessage (System::String from, System::String to, System::String subject, System::String body, OutlookMessageFormat format, bool checkAddressFields) |
| Initializes a new instance of the MapiMessage class. More...
|
|
| MapiMessage (System::String from, System::String to, System::String subject, System::String body, OutlookMessageFormat format, bool checkAddressFields, int32_t cp) |
|
| MapiMessage (System::String from, System::String to, System::String subject, System::String body, OutlookMessageFormat format) |
| Initializes a new instance of the MapiMessage class. More...
|
|
| MapiMessage (System::String from, System::String to, System::String subject, System::String body) |
| Initializes a new instance of the MapiMessage class. More...
|
|
bool | SetDateInHeaders (System::DateTime submitdate) |
|
void | SetStringPropertyValue (int64_t tag, System::String value) |
| Sets the string property value. More...
|
|
void | AddCustomProperty (System::SharedPtr< MapiProperty > property, System::String stringNameId) |
| Adds the custom property. More...
|
|
void | AddCustomProperty (MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String stringNameId) |
| Adds the custom property. More...
|
|
System::SharedPtr< MapiPropertyCollection > | GetCustomProperties () |
| Gets collection of custom MapiProperties. More...
|
|
System::SharedPtr< IMapiMessageItem > | ToMapiMessageItem () |
| Convert MapiMessage to IMapiMessageItem object in dependence with MessageClass. More...
|
|
System::SharedPtr< MailMessage > | ToMailMessage (System::SharedPtr< MailConversionOptions > options) |
| Creates an instance of MailMessage from this MapiMessage. More...
|
|
void | Save (System::String fileName, System::SharedPtr< SaveOptions > options) |
| Saves message as a file with additional options. More...
|
|
void | Save (System::SharedPtr< System::IO::Stream > stream, System::SharedPtr< SaveOptions > options) |
| Saves message as a stream with additional options. More...
|
|
void | SaveAsTnef (System::SharedPtr< System::IO::Stream > stream) |
| Save message in TNEF format. More...
|
|
void | SaveAsTnef (System::String fileName) |
| Save message in TNEF format. More...
|
|
void | Save (System::String fileName) |
| Saves to the specified file as Msg. More...
|
|
void | SaveAsTemplate (System::String fileName) |
| Saves to the specified file as Outlook File Template(OFT format). More...
|
|
void | Save (System::SharedPtr< System::IO::Stream > stream) |
| Saves to the specified stream as Msg. More...
|
|
void | SaveAsTemplate (System::SharedPtr< System::IO::Stream > stream) |
| Saves to the specified stream as Outlook File Template(OFT format). More...
|
|
System::SharedPtr< Bounce::BounceResult > | CheckBounced () |
| Checks whether this message can be treated as a bounce message. More...
|
|
System::SharedPtr< MapiMessage > | Clone () |
| Creates a new object that is a copy of the current instance. More...
|
|
System::SharedPtr< MapiMessage > | ConvertToUnicode () |
| Converts ASCII message to unicode. More...
|
|
System::SharedPtr< MapiMessage > | ConvertToMapiMessage () override |
| Convert item to MapiMessage. Set MessageClass, Subject, Mileage and Billing. More...
|
|
void | SetProperty (System::SharedPtr< PropertyDescriptor > pd, System::SharedPtr< System::Object > value) override |
| Sets MAPI property. More...
|
|
void | SetProperty (System::SharedPtr< MapiAttachment > value, int64_t signed_, int64_t key) |
| Sets the attachment. More...
|
|
void | SetProperty (System::SharedPtr< MapiRecipient > value, int64_t signed_, int64_t key) |
| Sets the recipient. More...
|
|
void | TrySetCodePageFromRtfBody () |
| Tries the set code page from RTF body. More...
|
|
void | ChangeMessageClass (System::String messageClass) |
| Changes the message type to the specified value. More...
|
|
System::String | AddEmbeddedImageToRtfBody (System::String bodyRtf, System::SharedPtr< LinkedResource > linkedResource) |
| Adds string data that represents embedded image into rtf body. More...
|
|
void | OnConversionProgress (System::SharedPtr< ProgressEventHandlerInfo > info) |
|
int32_t | GetSize () |
| Gets the total size of message property values. More...
|
|
virtual System::String | get_ItemId () |
| The item id, uses with a server More...
|
|
virtual void | set_ItemId (System::String value) |
| The item id, uses with a server More...
|
|
System::SharedPtr< MapiAttachmentCollection > | get_Attachments () |
| Gets the attachments in the message. More...
|
|
void | set_Attachments (System::SharedPtr< MapiAttachmentCollection > value) |
| Gets the attachments in the message. More...
|
|
System::SharedPtr< MapiPropertyStream > | get_PropertyStream () |
| Gets the property stream. More...
|
|
System::SharedPtr< MapiPropertyCollection > | get_NamedProperties () |
| Gets the named properties of message. More...
|
|
System::SharedPtr< MapiRecipientCollection > | get_Recipients () |
| Gets the recipients of the message. More...
|
|
void | set_Recipients (System::SharedPtr< MapiRecipientCollection > value) |
| Gets the recipients of the message. More...
|
|
System::SharedPtr< MapiPropertyCollection > | get_SubStorages () |
| Gets the sub storages. More...
|
|
System::SharedPtr< MapiNamedPropertyMappingStorage > | get_NamedPropertyMapping () |
| Gets the named property mapping. More...
|
|
System::String | get_SubjectPrefix () |
| Gets a subject prefix that typically indicates some action on a message, such as "FW: " for forwarding. More...
|
|
BodyContentType | get_BodyType () |
| Gets the type of the body. More...
|
|
System::String | get_BodyRtf () |
| Gets the RTF formatted message text. More...
|
|
void | set_BodyRtf (System::String value) |
| Sets the RTF formatted message text. More...
|
|
System::String | get_BodyHtml () |
| Gets the BodyRtf of the message converted to HTML, if present, otherwise an empty string. More...
|
|
System::ArrayPtr< System::String > | get_Companies () |
| Contains the names of the companies that are associated with an item. More...
|
|
void | set_Companies (System::ArrayPtr< System::String > value) |
| Contains the names of the companies that are associated with an item. More...
|
|
System::ArrayPtr< System::String > | get_Categories () |
| Contains keywords or categories for the message object. More...
|
|
void | set_Categories (System::ArrayPtr< System::String > value) |
| Contains keywords or categories for the message object. More...
|
|
System::String | get_Mileage () |
| Contains the mileage information that is associated with an item. More...
|
|
void | set_Mileage (System::String value) |
| Contains the mileage information that is associated with an item. More...
|
|
System::String | get_Billing () |
| Contains the billing information associated with an item. More...
|
|
void | set_Billing (System::String value) |
| Contains the billing information associated with an item. More...
|
|
Aspose::Email::Storage::Pst::MapiSensitivity | get_Sensitivity () |
| Gets the Sensitivity. More...
|
|
void | set_Sensitivity (Aspose::Email::Storage::Pst::MapiSensitivity value) |
| Gets the Sensitivity. More...
|
|
System::String | get_MessageClass () override |
| 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...
|
|
void | set_MessageClass (System::String value) |
| 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...
|
|
MapiItemType | get_SupportedType () override |
| Gets the supported item type. More...
|
|
System::String | get_Body () override |
| Gets the message text. More...
|
|
void | set_Body (System::String value) override |
| Gets the message text. More...
|
|
System::String | get_Subject () override |
| Gets the subject of the message. More...
|
|
void | set_Subject (System::String value) override |
| Sets the subject of the message. More...
|
|
System::SharedPtr< System::Object > | get_VentureLicenseObj () const |
| This stores the venture licensing state instead of 2 obvious fields such as string value for watermark and some value indicating license is set or not. More...
|
|
System::SharedPtr< MapiProperty > | GetProperty (System::SharedPtr< PropertyDescriptor > pd) override |
| Gets MAPI property by property descriptor. More...
|
|
bool | TryGetNamedProperty (System::SharedPtr< MapiProperty > mapiProperty, System::SharedPtr< MapiNamedProperty > &mapiNamedProperty) override |
| If MapiNamedPropertyMappingStorage is available, initializes and returns MapiNamedProperty, otherwise null. More...
|
|
void | SetProperty (System::SharedPtr< PropertyDescriptor > pd, System::SharedPtr< System::Object > value) override |
| Sets MAPI property. More...
|
|
void | SetStringNamedProperty (System::String value, MapiNamedPropertyId nameId, System::Guid psetId) |
|
void | SetsIMapiMessageItemMembers (System::String messageClass, System::String body, System::String subject) |
| Sets MessageClass,Body and Subject. More...
|
|
void | Dispose () override |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
|
|
void | SetNamedPropertyMapping (System::SharedPtr< MapiNamedPropertyMappingStorage > value) |
| Sets the named property mapping. More...
|
|
int64_t | GetTagFromNamedProperty (MapiNamedPropertyId propertyId) |
| Gets the tag from named property. More...
|
|
int64_t | GetTagFromNamedProperty (System::String name) |
| Gets the tag from named property. More...
|
|
void | AddNamedProperty (MapiPropertyType type, System::ArrayPtr< uint8_t > data, int64_t nameId, System::Guid guid) |
| Adds the named property. More...
|
|
void | AddNamedProperty (System::SharedPtr< MapiAttachment > attachment, MapiPropertyType type, System::ArrayPtr< uint8_t > data, int64_t nameId, System::Guid guid) |
| Adds the named property. More...
|
|
void | AddNamedProperty (MapiPropertyType type, System::ArrayPtr< uint8_t > data, int64_t nameId, System::Guid guid, System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< System::Object >>> mvEntries) |
| Adds the named property. More...
|
|
void | AddNamedProperty (MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String nameId, System::Guid guid) |
| Adds the named property. More...
|
|
void | AddNamedProperty (System::SharedPtr< MapiAttachment > attachment, MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String nameId, System::Guid guid) |
| Adds the named property. More...
|
|
void | AddNamedProperty (MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String nameId, System::Guid guid, System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< System::Object >>> mvEntries) |
| Adds the named property. More...
|
|
int64_t | AddNamedPropertyToEmbeddedMsg (System::SharedPtr< MapiMessage > msg, MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::SharedPtr< System::Object > nameId, System::Guid guid) |
| Adds the named property to embedded message. More...
|
|
void | SetBodyRtf (System::String content, bool compression) |
| Gets or sets the RTF formatted message text. More...
|
|
virtual void | SetBodyContent (System::String content, BodyContentType contentType) |
| Sets the content of the body. More...
|
|
virtual void | SetBodyContent (System::String content, BodyContentType contentType, bool compression) |
| Sets the content of the body. More...
|
|
void | SetMessageFlags (MapiMessageFlags flags) |
| Sets the message flags. More...
|
|
void | RemoveProperty (int64_t tag) |
| Provides correctly removing property from all collections. More...
|
|
void | SetVentureLicense (System::SharedPtr< System::Object > ventureLicense) |
| All Aspose products should implement this method. It is called by a GroupDocs product to indicate whether GroupDocs itself is licensed or not and specify a custom watermark. When GroupDocs is licensed, this document instance should behave as licensed too even if the Aspose product is not licensed. More...
|
|
void | UpdateHasAttach () |
| Updates the PR_HASATTACH property value. More...
|
|
MapiMessageFlags | GetFlags () |
|
void | UpdateDisplayNames (MapiRecipientType recipientType) |
| Updates the display names. More...
|
|
void | AddNamedProperty (System::DateTime value, int64_t nameId, System::Guid guid) |
| Adds the named datetime property. More...
|
|
void | AddNamedProperty (System::DateTime value, MapiNamedPropertyId nameId, System::Guid guid) |
| Adds the named datetime property. More...
|
|
void | AddNamedProperty (bool value, MapiNamedPropertyId nameId, System::Guid guid) |
| Adds the named bool property. More...
|
|
void | AddNamedProperty (bool value, int64_t nameId, System::Guid guid) |
| Adds the named bool property. More...
|
|
void | AddNamedPropertyLong (int64_t value, MapiNamedPropertyId nameId, System::Guid guid) |
| Adds the named long property. More...
|
|
void | AddNamedPropertyLong (int64_t value, int64_t nameId, System::Guid guid) |
| Adds the named long property. More...
|
|
void | AddNamedProperty (System::String value, OutlookMessageFormat format, MapiNamedPropertyId nameId, System::Guid guid) |
| Adds the named string property. More...
|
|
void | AddNamedProperty (System::String value, MapiNamedPropertyId nameId, System::Guid guid) |
| Adds the named string property. More...
|
|
void | AddNamedProperty (System::String value, OutlookMessageFormat format, int64_t nameId, System::Guid guid) |
| Adds the named string property. More...
|
|
void | AddNamedProperty (System::ArrayPtr< uint8_t > value, int64_t nameId, System::Guid guid) |
| Adds the named binary property. More...
|
|
void | AddNamedProperty (System::ArrayPtr< uint8_t > value, MapiNamedPropertyId nameId, System::Guid guid) |
| Adds the named binary property. More...
|
|
virtual System::SharedPtr< MapiPropertyCollection > | get_Properties () |
| Gets the collection of properties. More...
|
|
virtual int32_t | get_CodePage () |
| Gets the code page. More...
|
|
System::SharedPtr< System::Text::Encoding > | get_CurrentEncoding () |
|
| MapiPropertyContainer () |
| Initializes a new instance of the MapiPropertyContainer class. More...
|
|
| MapiPropertyContainer (System::SharedPtr< MapiPropertyCollection > properties) |
| Initializes a new instance of the MapiPropertyContainer class. More...
|
|
System::SharedPtr< MapiPropertyCollection > | GetSubStorages () |
|
System::String | TryGetPropertyString (int64_t tag, int32_t codepage) |
| Try to get a property data as string with specified tag and code page. More...
|
|
System::ArrayPtr< uint8_t > | TryGetPropertyData (int64_t tag) |
| Try to get the property data with specified tag key. More...
|
|
System::String | TryGetPropertyString (int64_t tag) |
| Try to get a property data as string with specified tag. More...
|
|
System::String | GetPropertyString (int64_t tag, int32_t codepage) |
| Gets the string value of the property specified by tag. More...
|
|
System::String | GetPropertyString (int64_t tag) |
| Gets the string value of the property specified by tag. More...
|
|
System::ArrayPtr< uint8_t > | GetPropertyBytes (int64_t tag) |
| Gets the string value of the property specified by tag. More...
|
|
virtual void | SetProperty (System::SharedPtr< MapiProperty > value) |
| Sets the property. More...
|
|
System::Nullable< int32_t > | GetPropertyInt32 (int64_t tag) |
| Gets the int32 value of the property specified by tag. More...
|
|
System::Nullable< int64_t > | GetPropertyLong (int64_t tag) |
| Gets the value of the property specified by tag as Long (int64) type. More...
|
|
System::Nullable< int16_t > | GetPropertyShort (int64_t tag) |
| Gets the value of the property specified by tag as Short type. More...
|
|
System::Nullable< bool > | GetPropertyBoolean (int64_t tag) |
| Gets the value of the property specified by tag as Boolean type. More...
|
|
System::Nullable< System::DateTime > | GetPropertyDateTime (int64_t key) |
| Gets the value of the property specified by tag as DateTime type. More...
|
|
bool | IsStoreUnicodeOk () |
| Determines if string properties are Unicode encoded or not. More...
|
|
bool | TryGetPropertyString (int64_t tag, System::String &value, int32_t codepage) |
| Gets the value of the specified property as String type. A return value indicates whether the operation succeeded. More...
|
|
bool | TryGetPropertyString (int64_t tag, System::String &value) |
| Gets the value of the specified property as String type. A return value indicates whether the operation succeeded. More...
|
|
bool | TryGetPropertyDateTime (int64_t tag, System::DateTime &value) |
| Gets the value of the specified property as DateTime type. A return value indicates whether the operation succeeded. More...
|
|
bool | TryGetPropertyLong (int64_t tag, int64_t &value) |
| Gets the value of the specified property as Long type. A return value indicates whether the operation succeeded. More...
|
|
bool | TryGetPropertyInt32 (int64_t tag, int32_t &value) |
| Gets the value of the specified property as Int32 type. A return value indicates whether the operation succeeded. More...
|
|
virtual System::SharedPtr< Nodes::IMapiNode > | CreateMapiNode (System::String key) |
| Creates the mapi node. More...
|
|
void | SetProperty (int64_t tag, System::ArrayPtr< uint8_t > data) |
| Set the property. More...
|
|
void | SetProperty (int64_t tag, System::String value, OutlookMessageFormat format) |
| Set the string property. More...
|
|
void | SetProperty (int64_t tag, System::String value, bool isUnicode) |
| Set the string property. More...
|
|
void | SetProperty (int64_t tag, System::String value, System::SharedPtr< System::Text::Encoding > nonUnicodeEncoding) |
| Set the string property. More...
|
|
void | SetProperty (int64_t tag, System::String value) |
| Set the string property with CurrentEncoding More...
|
|
void | SetProperty (int64_t tag, System::DateTime dateTime) |
| Set the datetime property. More...
|
|
void | SetPropertyLong (int64_t tag, int64_t value) |
| Set the long property. More...
|
|