EmailMessage.IsSmartSendable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|