EmailRecipientResolutionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Success | 0 | Success. Email recipient resolved. |
RecipientNotFound | 1 | Resolution failed. Recipient cannot be resolved because no match found in distribution list. |
AmbiguousRecipient | 2 | Resolution failed. Multiple results returned. Refinement needed. |
NoCertificate | 3 | Resolution failed. No valid certificate present. |
CertificateRequestLimitReached | 4 | Resolution failed. The limit of allowed requests for the current certificate has been reached. |
CannotResolveDistributionList | 5 | Resolution failed. The distribution list cannot be accessed. |
ServerError | 6 | Resolution failed. There has been an error on the server. |
UnknownFailure | 7 | Resolution failed for unknown reason. |