Domain Detective

API Reference

Class

SmtpAuthServerInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides smtp auth server info functionality.

Inheritance

  • Object
  • SmtpAuthServerInfo

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

Constructors

public SmtpAuthServerInfo() #

Properties

public String Key { get; set; } #

Gets or sets the key value.

public IReadOnlyList<String> Mechanisms { get; set; } #

Gets or sets the mechanisms value.

public IReadOnlyList<String> Capabilities { get; set; } #

Gets or sets the capabilities value.

{{ include "footer" }}