MessageObjectAttachmentEntity.EmbeddedMessage

MessageObjectAttachmentEntity.EmbeddedMessage property

Gets or sets the Embedded Message Object storage if present.Can be null.

public MessageObject EmbeddedMessage { get; set; }

Property Value

The embedded message.

Remarks

Mutually exclusive with CustomAttachmentStorageData or both can be null.

See Also