Domain Detective

API Reference

Class

SpfPartAnalysis

Namespace DomainDetective
Assembly DomainDetective

Holds details about a parsed part of an SPF record.

Inheritance

  • Object
  • SpfPartAnalysis

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

Gets or sets the prefix value.

public String Type { get; set; } #

Gets or sets the type value.

public String Value { get; set; } #

Gets or sets the value value.

public String PrefixDesc { get; set; } #

Gets or sets the prefix desc value.

public String Description { get; set; } #

Gets or sets the description value.

public String Provider { get; set; } #

Gets or sets the provider value.

public String SourceDomain { get; set; } #

Domain record where the token was found (top-level or included).

public Int32 Depth { get; set; } #

Include/redirect nesting depth starting from the subject domain.

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

Traversal chain of domains that led to this token.

{{ include "footer" }}