共用方式為


EmailMailboxPolicies.AllowSmimeSoftCertificates 屬性

定義

取得或設定布林值,指出是否允許軟體憑證。

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

屬性值

Boolean

bool

布林值,指出是否允許軟體憑證。

Windows 需求

應用程式功能
email emailSystem

適用於