Domain Detective

API Reference

Class

EmailAddressSyntaxDetails

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Syntax and normalization details for an email address.

Inheritance

  • Object
  • EmailAddressSyntaxDetails

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 EmailAddressSyntaxDetails() #

Properties

public String Address { get; set; } #

Original or parsed address.

public String Username { get; set; } #

Local part (before '@').

public String Domain { get; set; } #

Domain part (after '@').

public String NormalizedEmail { get; set; } #

Normalized address (IDN domain normalized).

public Boolean IsValidSyntax { get; set; } #

Indicates whether syntax is valid.

public String Suggestion { get; set; } #

Optional suggestion for corrected address.

public String Error { get; set; } #

Validation error message, if any.

{{ include "footer" }}