Domain Detective

API Reference

Enum

ProviderCapability

Namespace DomainDetective.Providers.Email
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Defines values for provider capability.

Inheritance

  • Enum
  • ProviderCapability

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ProviderCapability None #

Represents the none value.

Value: 0
public const ProviderCapability InboundMx #

Represents the inbound mx value.

Value: 1
public const ProviderCapability OutboundOnly #

Represents the outbound only value.

Value: 2
public const ProviderCapability Gateway #

Represents the gateway value.

Value: 4
public const ProviderCapability DkimSigning #

Represents the dkim signing value.

Value: 8
public const ProviderCapability SpfPublish #

Represents the spf publish value.

Value: 16
{{ include "footer" }}