Domain Detective

API Reference

Class

FlattenedSpfResult

Namespace DomainDetective
Assembly DomainDetective

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.

Accepted by parameters

Constructors

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.

{{ include "footer" }}