EmailMailboxPolicies Class

Definition

Represents the encryption and signing policies associates with an email mailbox.

public ref class EmailMailboxPolicies sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxPolicies final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxPolicies
Public NotInheritable Class EmailMailboxPolicies
Inheritance
Object Platform::Object IInspectable EmailMailboxPolicies
Attributes

Windows requirements

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

Remarks

The **Policies ** property provides access to an instance of this class.

Version history

Windows version SDK version Value added
1511 10586 MustEncryptSmimeMessages
1511 10586 MustSignSmimeMessages

Properties

AllowedSmimeEncryptionAlgorithmNegotiation

Gets or sets the allowable SMIME encryption algorithms for the purpose of negotiating with an app.

AllowSmimeSoftCertificates

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

MustEncryptSmimeMessages

Gets or sets a Boolean value that indicates whether the sync provider that represents the email mailbox only accepts encrypted messages.

MustSignSmimeMessages

Gets or sets a Boolean value that indicates whether the sync provider that represents the email mailbox only accepts signed messages.

RequiredSmimeEncryptionAlgorithm

Gets or sets the required SMIME encryption algorithm.

RequiredSmimeSigningAlgorithm

Gets or sets the required SMIME signing algorithm.

Applies to