EmailRecipientResolutionStatus Enum

Definition

Describes the state of an attempt to resolve an email recipient.

public enum class EmailRecipientResolutionStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class EmailRecipientResolutionStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum EmailRecipientResolutionStatus
var value = Windows.ApplicationModel.Email.EmailRecipientResolutionStatus.success
Public Enum EmailRecipientResolutionStatus
Inheritance
EmailRecipientResolutionStatus
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

Fields

AmbiguousRecipient 2

Resolution failed. Multiple results returned. Refinement needed.

CannotResolveDistributionList 5

Resolution failed. The distribution list cannot be accessed.

CertificateRequestLimitReached 4

Resolution failed. The limit of allowed requests for the current certificate has been reached.

NoCertificate 3

Resolution failed. No valid certificate present.

RecipientNotFound 1

Resolution failed. Recipient cannot be resolved because no match found in distribution list.

ServerError 6

Resolution failed. There has been an error on the server.

Success 0

Success. Email recipient resolved.

UnknownFailure 7

Resolution failed for unknown reason.

Applies to