EmailMessage.IsSmartSendable Property

Definition

Gets a Boolean value indicating whether the response email message is allowed to attempt a smart send, only sending that portion of the email message that has changed.

public:
 property bool IsSmartSendable { bool get(); };
bool IsSmartSendable();
public bool IsSmartSendable { get; }
var boolean = emailMessage.isSmartSendable;
Public ReadOnly Property IsSmartSendable As Boolean

Property Value

Boolean

bool

A Boolean value indicating whether the response email message is allowed to attempt a smart send.

Windows requirements

App capabilities
email emailSystem

Applies to