EmailAttachment.IsFromBaseMessage Property

Definition

Gets a Boolean value indicating if the attachment came from the base message.

public:
 property bool IsFromBaseMessage { bool get(); };
bool IsFromBaseMessage();
public bool IsFromBaseMessage { get; }
var boolean = emailAttachment.isFromBaseMessage;
Public ReadOnly Property IsFromBaseMessage As Boolean

Property Value

Boolean

bool

A Boolean value indicating if the attachment came from the base message.

Windows requirements

App capabilities
email emailSystem

Remarks

If you remove a base attachment, you cannot use smart-send.

Applies to