API Reference
Enum
MailDomainClassificationCategory
Represents the operational email role of a domain.
Inheritance
- Enum
- MailDomainClassificationCategory
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field MailDomainClassificationCategory.Parked
- Field MailDomainClassificationCategory.ReceivingOnly
- Field MailDomainClassificationCategory.SendingAndReceiving
- Field MailDomainClassificationCategory.SendingOnly
- Field MailDomainClassificationCategory.Unknown
- Property DesiredStateAnalysis.MailClassification
- Property DesiredStateMatch.Classifications
- Property ResolvedDesiredStateCertificateInventoryPolicy.MailClassification
- Property MailDomainClassificationResult.Classification
- Property DesiredStateInfo.MailClassification
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const MailDomainClassificationCategory SendingAndReceiving #Description("Configured for both inbound and outbound email")Configured for both inbound and outbound email.
Value:
0Examples
Standard corporate domains, typical business email setups
public const MailDomainClassificationCategory ReceivingOnly #Description("Accepts inbound email but no authorized senders detected")Accepts inbound email but no authorized senders detected.
Value:
1Examples
Support-only or intake mailboxes without outbound sending
public const MailDomainClassificationCategory SendingOnly #Description("Authorizes outbound email but does not accept inbound mail")Authorizes outbound email but does not accept inbound mail.
Value:
2Examples
Transactional email services, no-reply domains
public const MailDomainClassificationCategory Parked #Description("Domain explicitly rejects mail and authorizes no sending")Domain explicitly rejects mail and authorizes no sending.
Value:
3Examples
Parked or branded web-only properties not intended for email
public const MailDomainClassificationCategory Unknown #Description("Insufficient data for confident classification")Insufficient data for confident classification.
Value:
4Examples
Newly registered domains or DNS/WHOIS unavailable