Class MessageObjectAttachmentEntity

MessageObjectAttachmentEntity class

Represents an attachment entity.

public sealed class MessageObjectAttachmentEntity : IMessageObjectPropertyContainer

Constructors

NameDescription
MessageObjectAttachmentEntity()Initializes a new instance of the MessageObjectAttachmentEntity class.

Properties

NameDescription
CustomAttachmentStorageData { get; set; }Gets or sets the custom attachment storage data.Can be null.
EmbeddedMessage { get; set; }Gets or sets the Embedded Message Object storage if present.Can be null.
Properties { get; }Gets the attachment properties.

See Also