EmailRecipientResolutionResult
EmailRecipientResolutionResult
EmailRecipientResolutionResult
EmailRecipientResolutionResult
Class
Definition
Represents the result of an attempt to resolve an email recipient.
public : sealed class EmailRecipientResolutionResult : IEmailRecipientResolutionResult, IEmailRecipientResolutionResult2public sealed class EmailRecipientResolutionResult : IEmailRecipientResolutionResult, IEmailRecipientResolutionResult2Public NotInheritable Class EmailRecipientResolutionResult Implements IEmailRecipientResolutionResult, IEmailRecipientResolutionResult2// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Remarks
Call ResolveRecipientsAsync to retrieve an instance of this class.
Constructors
EmailRecipientResolutionResult() EmailRecipientResolutionResult() EmailRecipientResolutionResult() EmailRecipientResolutionResult()
Instantiates a new instance of the EmailRecipientResolutionResult class.
public : EmailRecipientResolutionResult()public EmailRecipientResolutionResult()Public Sub New()// You can use this method in JavaScript.
Additional features and requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
PublicKeys PublicKeys PublicKeys PublicKeys
Gets the public key for an email recipient.
public : IVectorView<Certificate> PublicKeys { get; }public IReadOnlyList<Certificate> PublicKeys { get; }Public ReadOnly Property PublicKeys As IReadOnlyList<Certificate>// You can use this property in JavaScript.
- Value
- IVectorView<Certificate> IReadOnlyList<Certificate> IReadOnlyList<Certificate> IReadOnlyList<Certificate>
The public key for an email recipient.
Status Status Status Status
Gets or sets the state of an attempt to resolve an email recipient.
public : EmailRecipientResolutionStatus Status { get; set; }public EmailRecipientResolutionStatus Status { get; set; }Public ReadWrite Property Status As EmailRecipientResolutionStatus// You can use this property in JavaScript.
- Value
- EmailRecipientResolutionStatus EmailRecipientResolutionStatus EmailRecipientResolutionStatus EmailRecipientResolutionStatus
The state of an attempt to resolve an email recipient.
Methods
SetPublicKeys(IIterable)
SetPublicKeys(IIterable)
SetPublicKeys(IIterable)
SetPublicKeys(IIterable)
Sets the public keys for an email recipient.
public : void SetPublicKeys(IIterable<Certificate> value)public void SetPublicKeys(IEnumerable<Certificate> value)Public Function SetPublicKeys(value As IEnumerable<Certificate>) As void// You can use this method in JavaScript.
Parameters
- value
- IIterable<Certificate> IEnumerable<Certificate> IEnumerable<Certificate> IEnumerable<Certificate>
An iterable collection of certificates.
Additional features and requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|