ARSoft.Tools.Net.Spf Namespace : SpfMechanismType Enumeration |
public enum SpfMechanismType : System.Enum
Member | Description |
---|---|
A | A mechanism, matches if the ip address is the target of a hostname lookup for the given domain |
All | All mechanism, matches always |
Exist | EXISTS mechanism, matches if the given domain exists |
Include | INCLUDE mechanism, triggers a recursive evaluation |
Ip4 | IP4 mechanism, matches if ip address (IPv4) is within the given network |
Ip6 | IP6 mechanism, matches if ip address (IPv6) is within the given network |
Mx | MX mechanism, matches if the ip address is a mail exchanger for the given domain |
Ptr | PTR mechanism, matches if a correct reverse mapping exists |
Unknown | Unknown mechanism |
System.Object
System.ValueType
System.Enum
ARSoft.Tools.Net.Spf.SpfMechanismType