API Reference
Class
SpfPartAnalysis
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
- Property SpfAnalysis.SpfPartAnalyses
- Property SpfRecordInfo.Mechanisms
Constructors
public SpfPartAnalysis() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.