Newer Version Available
InboundEmail.AuthenticationResult Class
Contains the authentication type and response for inbound emails.
Namespace
InboundEmail.AuthenticationResult Constructors
The following are constructors for InboundEmail.AuthenticationResult.
InboundEmail.AuthenticationResult Properties
The following are properties for InboundEmail.AuthenticationResult.
authenticationResultFields
Additional information in authentication result headers. Examples include: name: smtp.mailfrom and value:
example.com.
Signature
public InboundEmail.AuthenticationResultField[] authenticationResultFields {get; set;}
Property Value
method
The authentication method used for the security check. Possible values include dkim, dmarc, or
spf.
Signature
public String method {get; set;}
Property Value
Type: String
result
The result of the authentication check. When the email service is configured to verify
the legitimacy of the sending server before processing a message, possible values include
pass or fail.
Otherwise, the value returned is none.
Signature
public String result {get; set;}
Property Value
Type: String