void
findGeneralMailing
()
Implementation of:
- Inx_Api_Sending_Sending::findGeneralMailing()
- Returns the Inx_Api_GeneralMailing_GeneralMailing corresponding to this sending. returned if the mailing type of the sending is not compatible with Inx_Api_GeneralMailing_GeneralMailingManager or if the corresponding Inx_Api_GeneralMailing_GeneralMailing could not be found (e. method performs a separate server call.
void
findIndividualSendings
()
Implementation of:
- Inx_Api_Sending_Sending::findIndividualSendings()
- Returns an Inx_Api_Sending_IndividualSendingRowSet containing data related to the sending of mails to individual recipients. mail, clicked a link of the mail or caused a bounce and what the sending state is.
Implementation of:
- Inx_Api_Sending_Sending::findRecipients()
- Returns an Inx_Api_Recipient_RecipientRowSet containing recipient meta data (i. status). that any recipients which are not existing anymore (with respect to their ID) are not included in the result.
Implementation of:
- Inx_Api_Sending_Sending::findSendingRecipients()
- Returns an Inx_Api_Sending_SendingRecipientRowSet containing data related to the sending of mails to individual recipients, including meta date of these recipients. determine whether a recipient opened the mail, clicked a link of the mail or caused a bounce and what the sending state is. access is read-only.
void
hasBounced
( $iRecipientId)
Implementation of:
- Inx_Api_Sending_Sending::hasBounced()
- Returns a bool indicating whether the specified recipient caused a bounce during the sending of the mail.
void
hasClicked
( $iRecipientId)
Implementation of:
- Inx_Api_Sending_Sending::hasClicked()
- Returns a bool indicating whether the specified recipient clicked a link of the mail sent by this sending.
void
hasOpened
( $iRecipientId)
Implementation of:
- Inx_Api_Sending_Sending::hasOpened()
- Returns a bool indicating whether the specified recipient opened the mail sent by this sending.
void
isProtocolDeleted
()
Implementation of:
- Inx_Api_Sending_Sending::isProtocolDeleted()
- Returns a bool indicating whether the protocol for this sending has been deleted. protocol has been deleted it is not possible to determine how a specific recipient reacted on the mail.