EmailMailboxCapabilities.CanValidateCertificates 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 that indicates whether the email mailbox is capable of validating certificates.
public:
property bool CanValidateCertificates { bool get(); };
public:
property bool CanValidateCertificates { bool get(); void set(bool value); };
bool CanValidateCertificates();
bool CanValidateCertificates();
void CanValidateCertificates(bool value);
public bool CanValidateCertificates { get; }
public bool CanValidateCertificates { get; set; }
var boolean = emailMailboxCapabilities.canValidateCertificates;
var boolean = emailMailboxCapabilities.canValidateCertificates;
emailMailboxCapabilities.canValidateCertificates = boolean;
Public ReadOnly Property CanValidateCertificates As Boolean
Public Property CanValidateCertificates As Boolean
Property Value
Boolean
bool
The Boolean value that indicates whether the email mailbox is capable of validating certificates.
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
|