EmailMailboxPolicies.AllowSmimeSoftCertificates Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen booleschen Wert ab, der angibt, ob Softwarezertifikate zulässig sind, oder legt diesen fest.
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
Eigenschaftswert
Boolean
bool
Ein boolescher Wert, der angibt, ob Softwarezertifikate zulässig sind.
Windows-Anforderungen
App-Funktionen |
email
emailSystem
|