Domain Detective

API Reference

Class

EmailAddressMiscDetails

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Miscellaneous mailbox classification details.

Inheritance

  • Object
  • EmailAddressMiscDetails

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

Properties

public Boolean IsDisposable { get; set; } #

True when domain is disposable.

public Boolean IsRoleAccount { get; set; } #

True when local part is a role account.

public Boolean IsFreeProvider { get; set; } #

True when domain is a consumer/free provider.

public Boolean IsB2C { get; set; } #

True when mailbox is likely B2C.

public String GravatarUrl { get; set; } #

Resolved Gravatar URL if present.

public Nullable<Boolean> HaveIBeenPwned { get; set; } #

Have I Been Pwned breach indicator.

public MailProviderKind ProviderKind { get; set; } #

Detected provider kind based on MX hosts.

public Int32 ProviderScore { get; set; } #

Provider detection score.

public List<String> ProviderEvidence { get; set; } #

Evidence used for provider detection.

{{ include "footer" }}