API Reference
Class
FlattenedSpfResult
Details of flattened SPF IP addresses including deduplication information.
Inheritance
- Object
- FlattenedSpfResult
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
- Method SpfAnalysis.GetFlattenedIpAnalysis
- Property SpfAnalysis.FlattenedIpAnalysis
- Property SpfFlattenedInfo.Raw
Accepted by parameters
- Method Converters.Convert
Constructors
public FlattenedSpfResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Subject { get; set; } #Gets or sets the subject value.
public List<String> Tokens { get; set; } #Gets or sets the tokens value.
public Dictionary<String, List<String>> TokenIpMap { get; set; } #Gets or sets the token ip map value.
public List<String> UniqueIps { get; set; } #Gets or sets the unique ips value.
public List<String> DuplicateIps { get; set; } #Gets or sets the duplicate ips value.