MessageObjectAttachmentEntity Class

Represents an attachment entity.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Mapi.MsgMessageObjectAttachmentEntity

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MessageObjectAttachmentEntity : IMessageObjectPropertyContainer

The MessageObjectAttachmentEntity type exposes the following members.

Constructors
  NameDescription
Public methodMessageObjectAttachmentEntity
Initializes a new instance of the MessageObjectAttachmentEntity class.
Properties
  NameDescription
Public propertyCustomAttachmentStorageData
Gets or sets the custom attachment storage data.Can be null.
Public propertyEmbeddedMessage
Gets or sets the Embedded Message Object storage if present.Can be null.
Public propertyProperties
Gets the attachment properties.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also