EmailMailboxPolicies.AllowSmimeSoftCertificates Property

Definition

Gets or sets a Boolean value that indicates whether software certificates are allowed.

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

void AllowSmimeSoftCertificates(bool value);
public bool AllowSmimeSoftCertificates { get; }
public bool AllowSmimeSoftCertificates { get; set; }
var boolean = emailMailboxPolicies.allowSmimeSoftCertificates;
var boolean = emailMailboxPolicies.allowSmimeSoftCertificates;
emailMailboxPolicies.allowSmimeSoftCertificates = boolean;
Public ReadOnly Property AllowSmimeSoftCertificates As Boolean
Public Property AllowSmimeSoftCertificates As Boolean

Property Value

Boolean

bool

A Boolean value that indicates whether software certificates are allowed.

Windows requirements

App capabilities
email emailSystem

Applies to