Domain Detective

API Reference

Enum

EmailReachabilityStatus

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Reachability confidence for a mailbox.

Inheritance

  • Enum
  • EmailReachabilityStatus

Usage

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

Values

public const EmailReachabilityStatus Unknown #

Represents the unknown value.

Value: 0
public const EmailReachabilityStatus Safe #

Represents the safe value.

Value: 1
public const EmailReachabilityStatus Risky #

Represents the risky value.

Value: 2
public const EmailReachabilityStatus Invalid #

Represents the invalid value.

Value: 3
{{ include "footer" }}