Newer Version Available

This content describes an older version of this product. View Latest

InboundEmail.AuthenticationResult Class

Contains the authentication type and response for inbound emails.

Namespace

Messaging

InboundEmail.AuthenticationResult Constructors

The following are constructors for InboundEmail.AuthenticationResult.

InboundEmail.AuthenticationResult()

Creates a new instance of the Messaging.InboundEmail.AuthenticationResult class.

Signature

public 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;}

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