MessageObjectAttachmentEntityEmbeddedMessage Property

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

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MessageObject EmbeddedMessage { get; set; }

Property Value

Type: MessageObject
The embedded message.
Remarks
Mutually exclusive with CustomAttachmentStorageData or both can be null.
See Also