EmailMailboxCapabilities.CanSmartSend 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 or sets a Boolean value indicating whether the email mailbox is allowed to attempt smart send.
public:
property bool CanSmartSend { bool get(); };
public:
property bool CanSmartSend { bool get(); void set(bool value); };
bool CanSmartSend();
bool CanSmartSend();
void CanSmartSend(bool value);
public bool CanSmartSend { get; }
public bool CanSmartSend { get; set; }
var boolean = emailMailboxCapabilities.canSmartSend;
var boolean = emailMailboxCapabilities.canSmartSend;
emailMailboxCapabilities.canSmartSend = boolean;
Public ReadOnly Property CanSmartSend As Boolean
Public Property CanSmartSend As Boolean
Property Value
Boolean
bool
The Boolean value indicating whether the email mailbox is allowed to attempt smart send.
Windows requirements
App capabilities |
email
emailSystem
|