Domain Detective

API Reference

Enum

OpenRelayStatus

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

Describes the outcome of an SMTP relay test.

Inheritance

  • Enum
  • OpenRelayStatus

Usage

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

Values

public const OpenRelayStatus Unknown #

The status has not been determined.

Value: 0
public const OpenRelayStatus AllowsRelay #

The server allowed relaying.

Value: 1
public const OpenRelayStatus Denied #

The server denied relaying.

Value: 2
public const OpenRelayStatus ConnectionFailed #

The test failed due to connection issues.

Value: 3
{{ include "footer" }}