Share via


EmailMailboxCapabilities.CanResolveRecipients Property

Definition

Gets or sets a Boolean value that indicates whether the email mailbox is capable of resolving recipients.

public:
 property bool CanResolveRecipients { bool get(); };
public:
 property bool CanResolveRecipients { bool get(); void set(bool value); };
bool CanResolveRecipients();
bool CanResolveRecipients();

void CanResolveRecipients(bool value);
public bool CanResolveRecipients { get; }
public bool CanResolveRecipients { get; set; }
var boolean = emailMailboxCapabilities.canResolveRecipients;
var boolean = emailMailboxCapabilities.canResolveRecipients;
emailMailboxCapabilities.canResolveRecipients = boolean;
Public ReadOnly Property CanResolveRecipients As Boolean
Public Property CanResolveRecipients As Boolean

Property Value

Boolean

bool

The Boolean value that indicates whether the email mailbox is capable of resolving recipients.

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)
App capabilities
email emailSystem

Applies to