SpfQualifier Enumeration
Qualifier of spf mechanism
Namespace: ARSoft.Tools.Net.SpfAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
Public Enumeration SpfQualifier
public enum class SpfQualifier
None | 0 |
No records were published or no checkable sender could be determined
|
Pass | 1 |
Client is allowed to send mail with the given identity
|
Fail | 2 |
Client is explicit not allowed to send mail with the given identity
|
SoftFail | 3 |
Client is not allowed to send mail with the given identity
|
Neutral | 4 |
No statement if a client is allowed or not allowed to send mail with the given identity
|
TempError | 5 |
A transient error encountered while performing the check
|
PermError | 6 |
The published record could not be correctly interpreted
|