Smtp Rejected Recipient Structure

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > Mail > Strutture dati >

Smtp Rejected Recipient Structure

A rejected recipient (returned by a few SMTP methods) is represented by a Dictionary<string, object> containing the following fields.

 

Parameters

Name

Description

Type

Optional

Address

The address of the rejected recipient.

String

 

ErrorMessage

Description of the exception thrown while attempting to deliver the message, if there was any.

String

 

SmtpResponseCode

The SMTP response code.

Int32

 

SmtpResponseDescription

The description of the SMTP response.

String

 

 

 

Download SMTP Rejected Recipient structure.