The Inx_Api_Sending_IndividualSendingState enumeration defines the states in which an individual sending - the sending of a personalized mailing to an individual recipient - may transit.
The Inx_Api_Sending_IndividualSendingState enumeration defines the states in which an individual sending - the sending of a personalized mailing to an individual recipient - may transit.
Located in /Api/Sending/IndividualSendingState.php (line 16)
The ADDRESS_REJECTED state indicates that the mail server rejected the address of the recipient.
The ADDRESS_REJECTED state indicates that the mail server rejected the address of the recipient.
Returns the Inx_Api_Sending_IndividualSendingState corresponding to the given id. the UNKNOWN state will be returned. inside client code.
Returns the Inx_Api_Sending_IndividualSendingState corresponding to the given id. If the id is unknown, the UNKNOWN state will be returned. The ID is used for transmission purposes and should not be used inside client code.
The ERROR state indicates that an error occurred during the sending process.
The ERROR state indicates that an error occurred during the sending process.
The HARDBOUNCE state indicates that the recipient caused a hard bounce. invalid email address.
The HARDBOUNCE state indicates that the recipient caused a hard bounce. A common reason for a hard bounce is an invalid email address.
The MUST_ATTRIBUTE state indicates that no mail was sent to the recipient due to a [xxx,MUST] condition which the recipient did not satisfy.
The MUST_ATTRIBUTE state indicates that no mail was sent to the recipient due to a [xxx,MUST] condition which the recipient did not satisfy.
The NOT_SENT state indicates that the mail has not yet been sent to the recipient.
The NOT_SENT state indicates that the mail has not yet been sent to the recipient.
The NO_MAIL state indicates that no mail was sent to the recipient due to a [%no-mail] for the recipient.
The NO_MAIL state indicates that no mail was sent to the recipient due to a [%no-mail] for the recipient.
The RECIPIENT_NOT_FOUND state indicates that the recipient has been deleted from the system during the sending process.
The RECIPIENT_NOT_FOUND state indicates that the recipient has been deleted from the system during the sending process.
The SENT state indicates that the mail has been sent to the recipient.
The SENT state indicates that the mail has been sent to the recipient.
The SOFTBOUNCE state indicates that the recipient caused a soft bounce. problems like exceeded recipient inbox disk quota.
The SOFTBOUNCE state indicates that the recipient caused a soft bounce. Soft bounces may occur due to temporary problems like exceeded recipient inbox disk quota.
The SPAMBOUNCE state indicates that the recipient caused a spam bounce. prior to sending to avoid this kind of bounce.
The SPAMBOUNCE state indicates that the recipient caused a spam bounce. Perform a quality check of your mailing prior to sending to avoid this kind of bounce.
The UNKNOWN state indicates a version mismatch between API and server.
The UNKNOWN state indicates a version mismatch between API and server.
The UNKNOWNBOUNCE state indicates that the recipient caused a bounce of unknown type.
The UNKNOWNBOUNCE state indicates that the recipient caused a bounce of unknown type.
Returns all valid IndividualSendingStates.
Returns all valid IndividualSendingStates.
Returns the ID of the IndividualSendingState. not be used inside client code.
Returns the ID of the IndividualSendingState. The ID is used for transmission purposes and should not be used inside client code.
Documentation generated on Thu, 17 Sep 2015 14:27:26 +0200 by phpDocumentor 1.3.2