EmailRecipientResolutionResult Class

Definition

Represents the result of an attempt to resolve an email recipient.

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

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

Remarks

Call ResolveRecipientsAsync to retrieve an instance of this class.

Version history

Windows version SDK version Value added
1607 14393 SetPublicKeys

Constructors

EmailRecipientResolutionResult()

Instantiates a new instance of the EmailRecipientResolutionResult class.

Properties

PublicKeys

Gets the public key for an email recipient.

Status

Gets or sets the state of an attempt to resolve an email recipient.

Methods

SetPublicKeys(IIterable<Certificate>)

Sets the public keys for an email recipient.

Applies to