Aspose::Email::Mapi::MapiAttachment Class Reference

Represents the attachment in the E-mail message. More...

Inherits Aspose::Email::Mapi::MapiPropertyContainer.

Public Member Functions

virtual ASPOSE_EMAIL_SHARED_API System::String get_ItemId ()
 The item id, uses with a server More...
 
virtual ASPOSE_EMAIL_SHARED_API void set_ItemId (System::String value)
 The item id, uses with a server More...
 
ASPOSE_EMAIL_SHARED_API System::String get_Extension ()
 Gets a filename extension that indicates the document type of an attachment. More...
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiPropertyStreamget_PropertyStream ()
 Gets the property stream. More...
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiPropertyCollectionget_SubStorages ()
 Gets the sub storages. More...
 
ASPOSE_EMAIL_SHARED_API System::String get_FileName ()
 Gets an attachment's base filename and extension, excluding path. More...
 
ASPOSE_EMAIL_SHARED_API System::String get_LongFileName ()
 Gets an attachment's long filename and extension, excluding path. More...
 
ASPOSE_EMAIL_SHARED_API System::String get_DisplayName ()
 Gets the display name of the ole object in an attachment. More...
 
ASPOSE_EMAIL_SHARED_API System::String get_MimeTag ()
 Gets formatting information about a Multipurpose Internet Mail Extensions (MIME) attachment. More...
 
ASPOSE_EMAIL_SHARED_API System::ArrayPtr< uint8_t > get_BinaryData ()
 Gets binary attachment data. More...
 
ASPOSE_EMAIL_SHARED_API void set_BinaryData (System::ArrayPtr< uint8_t > value)
 Sets binary attachment data. More...
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Objectget_Content ()
 Gets the content. More...
 
ASPOSE_EMAIL_SHARED_API System::String get_ContentId ()
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiObjectPropertyget_ObjectData ()
 Gets an attachment object typically accessed through the OLE IStorage interface. More...
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiPropertyCollectionget_NamedProperties ()
 Gets the named properties of message. More...
 
ASPOSE_EMAIL_SHARED_API bool get_Hidden ()
 
ASPOSE_EMAIL_SHARED_API MapiAttachment ()
 Initializes a new instance of the MapiAttachment class. More...
 
ASPOSE_EMAIL_SHARED_API MapiAttachment (System::String itemId, System::String attachName, System::ArrayPtr< uint8_t > attachData, int32_t count)
 Initializes a new instance of the MapiAttachment class. More...
 
ASPOSE_EMAIL_SHARED_API MapiAttachment (System::String itemId, System::String attachName, System::ArrayPtr< uint8_t > attachData, System::String mediaType, int32_t count)
 Initializes a new instance of the MapiAttachment class. More...
 
ASPOSE_EMAIL_SHARED_API MapiAttachment (System::String attachName, System::ArrayPtr< uint8_t > attachData, int32_t count, OutlookMessageFormat format, bool preserveDates, int32_t codePage)
 Initializes a new instance of the MapiAttachment class. More...
 
ASPOSE_EMAIL_SHARED_API MapiAttachment (System::String attachName, System::String attachContentId, System::ArrayPtr< uint8_t > attachData, int32_t count, OutlookMessageFormat format, bool preserveDates)
 Initializes a new instance of the MapiAttachment class. More...
 
ASPOSE_EMAIL_SHARED_API MapiAttachment (System::String attachName, System::SharedPtr< MapiMessage > attachMsg, int32_t count, OutlookMessageFormat format, bool preserveDates)
 Initializes a new instance of the MapiAttachment class. More...
 
ASPOSE_EMAIL_SHARED_API void Save (System::String filename)
 Save attachment content. More...
 
ASPOSE_EMAIL_SHARED_API void Save (System::SharedPtr< System::IO::Stream > stream)
 Save attachment content. More...
 
ASPOSE_EMAIL_SHARED_API void SaveInternal (System::SharedPtr< System::IO::Stream > stream)
 Save attachment content. More...
 
virtual ASPOSE_EMAIL_SHARED_API void SetProperty (System::SharedPtr< MapiProperty > value)
 Sets the property. More...
 
ASPOSE_EMAIL_SHARED_API void RemoveProperty (int64_t tag)
 Provides correctly removing property from all collections. More...
 
virtual ASPOSE_EMAIL_SHARED_API System::SharedPtr< Nodes::IMapiNode > CreateMapiNode (System::String key)
 Creates the mapi node. More...
 
ASPOSE_EMAIL_SHARED_API void SetOwner (System::SharedPtr< MapiMessageItemBase > owner)
 Sets the owner. More...
 
ASPOSE_EMAIL_SHARED_API int32_t GetSize ()
 Gets the size of the attachment. Contains the sum, in bytes, of the sizes of all properties on an attachment. The sum contained in PR_ATTACH_SIZE property includes the size of the PR_ATTACH_DATA_BIN or PR_ATTACH_DATA_OBJ property. More...
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiAttachmentClone ()
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::IO::MemoryStream > ToMemoryStream ()
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiMessage > ToMapiMessage ()
 
virtual ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiPropertyGetProperty (System::SharedPtr< PropertyDescriptor > pd)
 Gets MAPI property by property descriptor. More...
 
virtual ASPOSE_EMAIL_SHARED_API void SetProperty (System::SharedPtr< PropertyDescriptor > pd, System::SharedPtr< System::Object > value)
 Sets MAPI property. More...
 
- Public Member Functions inherited from Aspose::Email::Mapi::MapiPropertyContainer
virtual ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiPropertyCollectionget_Properties ()
 Gets the collection of properties. More...
 
virtual ASPOSE_EMAIL_SHARED_API int32_t get_CodePage ()
 Gets the code page. More...
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Text::Encoding > get_CurrentEncoding ()
 
ASPOSE_EMAIL_SHARED_API MapiPropertyContainer ()
 Initializes a new instance of the MapiPropertyContainer class. More...
 
ASPOSE_EMAIL_SHARED_API MapiPropertyContainer (System::SharedPtr< MapiPropertyCollection > properties)
 Initializes a new instance of the MapiPropertyContainer class. More...
 
ASPOSE_EMAIL_SHARED_API System::SharedPtr< MapiPropertyCollectionGetSubStorages ()
 
ASPOSE_EMAIL_SHARED_API System::String TryGetPropertyString (int64_t tag, int32_t codepage)
 Try to get a property data as string with specified tag and code page. More...
 
ASPOSE_EMAIL_SHARED_API System::ArrayPtr< uint8_t > TryGetPropertyData (int64_t tag)
 Try to get the property data with specified tag key. More...
 
ASPOSE_EMAIL_SHARED_API System::String TryGetPropertyString (int64_t tag)
 Try to get a property data as string with specified tag. More...
 
ASPOSE_EMAIL_SHARED_API System::String GetPropertyString (int64_t tag, int32_t codepage)
 Gets the string value of the property specified by tag. More...
 
ASPOSE_EMAIL_SHARED_API System::String GetPropertyString (int64_t tag)
 Gets the string value of the property specified by tag. More...
 
ASPOSE_EMAIL_SHARED_API System::ArrayPtr< uint8_t > GetPropertyBytes (int64_t tag)
 Gets the string value of the property specified by tag. More...
 
ASPOSE_EMAIL_SHARED_API System::Nullable< int32_t > GetPropertyInt32 (int64_t tag)
 Gets the int32 value of the property specified by tag. More...
 
ASPOSE_EMAIL_SHARED_API System::Nullable< int64_t > GetPropertyLong (int64_t tag)
 Gets the value of the property specified by tag as Long (int64) type. More...
 
ASPOSE_EMAIL_SHARED_API System::Nullable< int16_t > GetPropertyShort (int64_t tag)
 Gets the value of the property specified by tag as Short type. More...
 
ASPOSE_EMAIL_SHARED_API System::Nullable< bool > GetPropertyBoolean (int64_t tag)
 Gets the value of the property specified by tag as Boolean type. More...
 
ASPOSE_EMAIL_SHARED_API System::Nullable< System::DateTime > GetPropertyDateTime (int64_t key)
 Gets the value of the property specified by tag as DateTime type. More...
 
ASPOSE_EMAIL_SHARED_API bool IsStoreUnicodeOk ()
 Determines if string properties are Unicode encoded or not. More...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API 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...
 
ASPOSE_EMAIL_SHARED_API void SetProperty (int64_t tag, System::ArrayPtr< uint8_t > data)
 Set the property. More...
 
ASPOSE_EMAIL_SHARED_API void SetProperty (int64_t tag, System::String value, OutlookMessageFormat format)
 Set the string property. More...
 
ASPOSE_EMAIL_SHARED_API void SetProperty (int64_t tag, System::String value, bool isUnicode)
 Set the string property. More...
 
ASPOSE_EMAIL_SHARED_API void SetProperty (int64_t tag, System::String value, System::SharedPtr< System::Text::Encoding > nonUnicodeEncoding)
 Set the string property. More...
 
ASPOSE_EMAIL_SHARED_API void SetProperty (int64_t tag, System::String value)
 Set the string property with CurrentEncoding More...
 
ASPOSE_EMAIL_SHARED_API void SetProperty (int64_t tag, System::DateTime dateTime)
 Set the datetime property. More...
 
ASPOSE_EMAIL_SHARED_API void SetPropertyLong (int64_t tag, int64_t value)
 Set the long property. More...
 

Friends

class Aspose::Email::Mapi::MapiTask
 
class Aspose::Email::Clients::Exchange::WebService::EWSClient2007
 
class Aspose::Email::Clients::Exchange::WebService::EwsConverterUtils
 
class Aspose::Email::Clients::Exchange::WebService::NoteEwsConverter
 
class Aspose::Email::Clients::Exchange::WebService::TaskEwsConverter
 
class Aspose::Email::Common::ContactConverter
 
class Aspose::Email::Mapi::MailMessageInterpretor
 
class Aspose::Email::Clients::Exchange::WebService::ContactEwsConverter
 
class Aspose::Email::Common::MessageConverter
 
class Aspose::Email::Mapi::MapiContactPhoto
 
class Aspose::Email::Tools::ForwardMessageBuilder
 
class Aspose::Email::Mapi::MapiAttachmentCollection
 
class Aspose::Email::Mapi::MapiCalendar
 
class Aspose::Email::Mapi::MapiCalendarEventRecurrence
 
class Aspose::Email::Mapi::MapiContact
 
class Aspose::Email::Mapi::MapiMessage
 
class Aspose::Email::Mapi::Nodes::AttachmentDirectory
 
class Aspose::Email::Storage::Pst::Ltp::LtpDoer
 
class Aspose::Email::Storage::Pst::PstDoer
 
class Aspose::Email::Tnef::TnefAttachment
 
class Aspose::Email::Attachment
 
class Aspose::Email::LinkedResource
 

Additional Inherited Members

- Public Attributes inherited from Aspose::Email::Mapi::MapiPropertyContainer
int32_t codePage
 
System::SharedPtr< MapiPropertyCollectionpropertyDictionary
 
- Static Public Attributes inherited from Aspose::Email::Mapi::MapiPropertyContainer
static const ASPOSE_EMAIL_SHARED_API int32_t DefaultCodePage
 

Detailed Description

Represents the attachment in the E-mail message.

Constructor & Destructor Documentation

◆ MapiAttachment() [1/6]

ASPOSE_EMAIL_SHARED_API Aspose::Email::Mapi::MapiAttachment::MapiAttachment ( )

Initializes a new instance of the MapiAttachment class.

◆ MapiAttachment() [2/6]

ASPOSE_EMAIL_SHARED_API Aspose::Email::Mapi::MapiAttachment::MapiAttachment ( System::String  itemId,
System::String  attachName,
System::ArrayPtr< uint8_t >  attachData,
int32_t  count 
)

Initializes a new instance of the MapiAttachment class.

Parameters
itemIdThe attachment id
attachNameName of the attach.
attachDataThe attach data.
countThe attachments quantity.

◆ MapiAttachment() [3/6]

ASPOSE_EMAIL_SHARED_API Aspose::Email::Mapi::MapiAttachment::MapiAttachment ( System::String  itemId,
System::String  attachName,
System::ArrayPtr< uint8_t >  attachData,
System::String  mediaType,
int32_t  count 
)

Initializes a new instance of the MapiAttachment class.

Parameters
itemIdThe attachment id
attachNameName of the attach.
attachDataThe attach data.
mediaTypeThe media type name.
countThe attachments quantity.

◆ MapiAttachment() [4/6]

ASPOSE_EMAIL_SHARED_API Aspose::Email::Mapi::MapiAttachment::MapiAttachment ( System::String  attachName,
System::ArrayPtr< uint8_t >  attachData,
int32_t  count,
OutlookMessageFormat  format,
bool  preserveDates,
int32_t  codePage 
)

Initializes a new instance of the MapiAttachment class.

Parameters
attachNameName of the attach.
attachDataThe attach data.
countThe count.
formatThe format.
preserveDatesIf set to true [preserve dates].
codePage

◆ MapiAttachment() [5/6]

ASPOSE_EMAIL_SHARED_API Aspose::Email::Mapi::MapiAttachment::MapiAttachment ( System::String  attachName,
System::String  attachContentId,
System::ArrayPtr< uint8_t >  attachData,
int32_t  count,
OutlookMessageFormat  format,
bool  preserveDates 
)

Initializes a new instance of the MapiAttachment class.

Parameters
attachNameName of the attach.
attachContentIdContentId of the attachment.
attachDataThe attach data.
countThe count.
formatThe format.
preserveDatesIf set to true [preserve dates].

◆ MapiAttachment() [6/6]

ASPOSE_EMAIL_SHARED_API Aspose::Email::Mapi::MapiAttachment::MapiAttachment ( System::String  attachName,
System::SharedPtr< MapiMessage >  attachMsg,
int32_t  count,
OutlookMessageFormat  format,
bool  preserveDates 
)

Initializes a new instance of the MapiAttachment class.

Parameters
attachNameName of the attach.
attachMsgThe mapi message that will be attached.
countThe count.
formatThe format.
preserveDatesIf set to true [preserve dates].

Member Function Documentation

◆ Clone()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<MapiAttachment> Aspose::Email::Mapi::MapiAttachment::Clone ( )

◆ CreateMapiNode()

virtual ASPOSE_EMAIL_SHARED_API System::SharedPtr<Nodes::IMapiNode> Aspose::Email::Mapi::MapiAttachment::CreateMapiNode ( System::String  key)
virtual

Creates the mapi node.

Parameters
keyThe node key.
Returns
The IMapiNode interface.

Reimplemented from Aspose::Email::Mapi::MapiPropertyContainer.

◆ get_BinaryData()

ASPOSE_EMAIL_SHARED_API System::ArrayPtr<uint8_t> Aspose::Email::Mapi::MapiAttachment::get_BinaryData ( )

Gets binary attachment data.

The binary data.

◆ get_Content()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<System::Object> Aspose::Email::Mapi::MapiAttachment::get_Content ( )

Gets the content.

The content.

◆ get_ContentId()

ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mapi::MapiAttachment::get_ContentId ( )

◆ get_DisplayName()

ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mapi::MapiAttachment::get_DisplayName ( )

Gets the display name of the ole object in an attachment.

The display name.

◆ get_Extension()

ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mapi::MapiAttachment::get_Extension ( )

Gets a filename extension that indicates the document type of an attachment.

The extension.

◆ get_FileName()

ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mapi::MapiAttachment::get_FileName ( )

Gets an attachment's base filename and extension, excluding path.

The file name.

◆ get_Hidden()

ASPOSE_EMAIL_SHARED_API bool Aspose::Email::Mapi::MapiAttachment::get_Hidden ( )

◆ get_ItemId()

virtual ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mapi::MapiAttachment::get_ItemId ( )
virtual

The item id, uses with a server

◆ get_LongFileName()

ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mapi::MapiAttachment::get_LongFileName ( )

Gets an attachment's long filename and extension, excluding path.

The long file name.

◆ get_MimeTag()

ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Mapi::MapiAttachment::get_MimeTag ( )

Gets formatting information about a Multipurpose Internet Mail Extensions (MIME) attachment.

The mime tag.

◆ get_NamedProperties()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<MapiPropertyCollection> Aspose::Email::Mapi::MapiAttachment::get_NamedProperties ( )

Gets the named properties of message.

The collection of named properties.

◆ get_ObjectData()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<MapiObjectProperty> Aspose::Email::Mapi::MapiAttachment::get_ObjectData ( )

Gets an attachment object typically accessed through the OLE IStorage interface.

The object data.

◆ get_PropertyStream()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<MapiPropertyStream> Aspose::Email::Mapi::MapiAttachment::get_PropertyStream ( )

Gets the property stream.

The property stream.

◆ get_SubStorages()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<MapiPropertyCollection> Aspose::Email::Mapi::MapiAttachment::get_SubStorages ( )

Gets the sub storages.

The sub storages.

◆ GetProperty()

virtual ASPOSE_EMAIL_SHARED_API System::SharedPtr<MapiProperty> Aspose::Email::Mapi::MapiAttachment::GetProperty ( System::SharedPtr< PropertyDescriptor pd)
virtual

Gets MAPI property by property descriptor.

Parameters
pdProperty descriptor for looked property
Returns
Mapi property if it is found, otherwise null.

Reimplemented from Aspose::Email::Mapi::MapiPropertyContainer.

◆ GetSize()

ASPOSE_EMAIL_SHARED_API int32_t Aspose::Email::Mapi::MapiAttachment::GetSize ( )

Gets the size of the attachment. Contains the sum, in bytes, of the sizes of all properties on an attachment. The sum contained in PR_ATTACH_SIZE property includes the size of the PR_ATTACH_DATA_BIN or PR_ATTACH_DATA_OBJ property.

Returns

◆ RemoveProperty()

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::RemoveProperty ( int64_t  tag)

Provides correctly removing property from all collections.

Parameters
tagThe tag of MapiProperty.

◆ Save() [1/2]

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::Save ( System::SharedPtr< System::IO::Stream >  stream)

Save attachment content.

Parameters
streamThe stream to save.

◆ Save() [2/2]

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::Save ( System::String  filename)

Save attachment content.

Parameters
filenameThe file name to save.

◆ SaveInternal()

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::SaveInternal ( System::SharedPtr< System::IO::Stream >  stream)

Save attachment content.

Parameters
streamThe stream to save.

◆ set_BinaryData()

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::set_BinaryData ( System::ArrayPtr< uint8_t >  value)

Sets binary attachment data.

The binary data.

◆ set_ItemId()

virtual ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::set_ItemId ( System::String  value)
virtual

The item id, uses with a server

◆ SetOwner()

ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::SetOwner ( System::SharedPtr< MapiMessageItemBase owner)

Sets the owner.

Parameters
ownerThe owner message.

◆ SetProperty() [1/2]

virtual ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::SetProperty ( System::SharedPtr< MapiProperty value)
virtual

Sets the property.

Parameters
valueThe property.
Exceptions
ArgumentNullExceptionIf value is null.
ArgumentExceptionIf property data is null.
InvalidOperationExceptionIf data type is not supported.

Reimplemented from Aspose::Email::Mapi::MapiPropertyContainer.

◆ SetProperty() [2/2]

virtual ASPOSE_EMAIL_SHARED_API void Aspose::Email::Mapi::MapiAttachment::SetProperty ( System::SharedPtr< PropertyDescriptor pd,
System::SharedPtr< System::Object value 
)
virtual

Sets MAPI property.

Parameters
pdThe property descriptor.
valueThe property data.

Reimplemented from Aspose::Email::Mapi::MapiPropertyContainer.

◆ ToMapiMessage()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<MapiMessage> Aspose::Email::Mapi::MapiAttachment::ToMapiMessage ( )

◆ ToMemoryStream()

ASPOSE_EMAIL_SHARED_API System::SharedPtr<System::IO::MemoryStream> Aspose::Email::Mapi::MapiAttachment::ToMemoryStream ( )

Friends And Related Function Documentation

◆ Aspose::Email::Attachment

friend class Aspose::Email::Attachment
friend

◆ Aspose::Email::Clients::Exchange::WebService::ContactEwsConverter

friend class Aspose::Email::Clients::Exchange::WebService::ContactEwsConverter
friend

◆ Aspose::Email::Clients::Exchange::WebService::EWSClient2007

friend class Aspose::Email::Clients::Exchange::WebService::EWSClient2007
friend

◆ Aspose::Email::Clients::Exchange::WebService::EwsConverterUtils

friend class Aspose::Email::Clients::Exchange::WebService::EwsConverterUtils
friend

◆ Aspose::Email::Clients::Exchange::WebService::NoteEwsConverter

friend class Aspose::Email::Clients::Exchange::WebService::NoteEwsConverter
friend

◆ Aspose::Email::Clients::Exchange::WebService::TaskEwsConverter

friend class Aspose::Email::Clients::Exchange::WebService::TaskEwsConverter
friend

◆ Aspose::Email::Common::ContactConverter

friend class Aspose::Email::Common::ContactConverter
friend

◆ Aspose::Email::Common::MessageConverter

friend class Aspose::Email::Common::MessageConverter
friend

◆ Aspose::Email::LinkedResource

friend class Aspose::Email::LinkedResource
friend

◆ Aspose::Email::Mapi::MailMessageInterpretor

friend class Aspose::Email::Mapi::MailMessageInterpretor
friend

◆ Aspose::Email::Mapi::MapiAttachmentCollection

◆ Aspose::Email::Mapi::MapiCalendar

friend class Aspose::Email::Mapi::MapiCalendar
friend

◆ Aspose::Email::Mapi::MapiCalendarEventRecurrence

friend class Aspose::Email::Mapi::MapiCalendarEventRecurrence
friend

◆ Aspose::Email::Mapi::MapiContact

friend class Aspose::Email::Mapi::MapiContact
friend

◆ Aspose::Email::Mapi::MapiContactPhoto

friend class Aspose::Email::Mapi::MapiContactPhoto
friend

◆ Aspose::Email::Mapi::MapiMessage

friend class Aspose::Email::Mapi::MapiMessage
friend

◆ Aspose::Email::Mapi::MapiTask

friend class Aspose::Email::Mapi::MapiTask
friend

◆ Aspose::Email::Mapi::Nodes::AttachmentDirectory

friend class Aspose::Email::Mapi::Nodes::AttachmentDirectory
friend

◆ Aspose::Email::Storage::Pst::Ltp::LtpDoer

friend class Aspose::Email::Storage::Pst::Ltp::LtpDoer
friend

◆ Aspose::Email::Storage::Pst::PstDoer

friend class Aspose::Email::Storage::Pst::PstDoer
friend

◆ Aspose::Email::Tnef::TnefAttachment

friend class Aspose::Email::Tnef::TnefAttachment
friend

◆ Aspose::Email::Tools::ForwardMessageBuilder