EmailMailboxCapabilities.CanSmartSend Property

Definition

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

Applies to