SpfMechanismType Enumeration
Type of spf mechanism
Namespace: ARSoft.Tools.Net.SpfAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public enum SpfMechanismType
Public Enumeration SpfMechanismType
public enum class SpfMechanismType
Unknown | 0 |
Unknown mechanism
|
All | 1 |
All mechanism, matches always
|
Ip4 | 2 |
IP4 mechanism, matches if ip address (IPv4) is within the given network
|
Ip6 | 3 |
IP6 mechanism, matches if ip address (IPv6) is within the given network
|
A | 4 |
A mechanism, matches if the ip address is the target of a hostname lookup for the given domain
|
Mx | 5 |
MX mechanism, matches if the ip address is a mail exchanger for the given domain
|
Ptr | 6 |
PTR mechanism, matches if a correct reverse mapping exists
|
Exists | 7 |
EXISTS mechanism, matches if the given domain exists
|
Include | 8 |
INCLUDE mechanism, triggers a recursive evaluation
|