Domain Detective

API Reference

Class

ProviderHelpTopic

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Represents a documentation resource for a mail/provider topic (e.g., SPF, DKIM, DMARC).

Inheritance

  • Object
  • ProviderHelpTopic

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 String Topic { get; set; } #

Topic name (e.g., DMARC, SPF, DKIM, ARC, BIMI, MTA-STS, TLS-RPT).

public String Url { get; set; } #

URL to the documentation resource.

public String Title { get; set; } #

Optional friendly title.

public String Summary { get; set; } #

Short summary of the document.

public String Notes { get; set; } #

Free-form notes.

public Boolean IsPublic { get; set; } #

True when the resource is publicly accessible without login.

public Boolean IsThirdParty { get; set; } #

True for third-party resources (non-vendor sources).

public Nullable<DateTime> LastVerified { get; set; } #

Last verification timestamp for the link.

{{ include "footer" }}