Class Inx_Api_Sending_IndividualSendingState

Description

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)


	
			
Method Summary
Methods
static method ADDRESS_REJECTED (line 91)

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.

  • return: The ADDRESS_REJECTED state.
  • access: public
static Inx_Api_Sending_IndividualSendingState ADDRESS_REJECTED ()
static method byId (line 219)

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.

  • return: the IndividualSendingState corresponding to the given ID.
  • access: public
static Inx_Api_Sending_IndividualSendingState byId (int $iId)
  • int $iId: the ID of the IndividualSendingState to retrieve.
static method ERROR (line 78)

The ERROR state indicates that an error occurred during the sending process.

The ERROR state indicates that an error occurred during the sending process.

  • return: The ERROR state.
  • access: public
static method HARDBOUNCE (line 105)

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.

  • return: The HARDBOUNCE state.
  • access: public
static method MUST_ATTRIBUTE (line 160)

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.

  • return: The MUST_ATTRIBUTE state.
  • access: public
static Inx_Api_Sending_IndividualSendingState MUST_ATTRIBUTE ()
static method NOT_SENT (line 38)

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.

  • return: The NOT_SENT state.
  • access: public
static method NO_MAIL (line 173)

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.

  • return: The NO_MAIL state.
  • access: public
static method RECIPIENT_NOT_FOUND (line 65)

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.

  • return: The RECIPIENT_NOT_FOUND state.
  • access: public
static Inx_Api_Sending_IndividualSendingState RECIPIENT_NOT_FOUND ()
static method SENT (line 51)

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.

  • return: The SENT state.
  • access: public
static method SOFTBOUNCE (line 119)

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.

  • return: The SOFTBOUNCE state.
  • access: public
static method SPAMBOUNCE (line 146)

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.

  • return: The SPAMBOUNCE state.
  • access: public
static method UNKNOWN (line 186)

The UNKNOWN state indicates a version mismatch between API and server.

The UNKNOWN state indicates a version mismatch between API and server.

  • return: The UNKNOWN state.
  • access: public
static method UNKNOWNBOUNCE (line 132)

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.

  • return: The UNKNOWNBOUNCE state.
  • access: public
static Inx_Api_Sending_IndividualSendingState UNKNOWNBOUNCE ()
static method values (line 235)

Returns all valid IndividualSendingStates.

Returns all valid IndividualSendingStates.

  • return: All valid IndividualSendingStates.
  • access: public
static array values ()
getId (line 206)

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.

  • return: the ID of the IndividualSendingState.
  • access: public
int getId ()

Documentation generated on Thu, 17 Sep 2015 14:27:26 +0200 by phpDocumentor 1.3.2