void
findFutureSendingsByDate
( $sStart, $sEnd)
Implementation of:
- Inx_Api_Sending_SendingHistoryManager::findFutureSendingsByDate()
- Returns a list of the next expected sendings performed by the Inxmail Professional server. must be specified because otherwise there might be an infinite amount of sending dates. omitting the end date will trigger an Inx_Api_NullPointerException. in which case it will be set to the current date.
void
hasBounced
( $iRecipientId, $iMailingId)
-
$iRecipientId
-
$iMailingId
Implementation of:
- Inx_Api_Sending_SendingHistoryManager::hasBounced()
- Returns a bool indicating whether the specified recipient caused a bounce during the last sending of the specified mailing.
void
hasBouncedBetween
( $iRecipientId, $iMailingId, $sStart, $sEnd)
-
$iRecipientId
-
$iMailingId
-
$sStart
-
$sEnd
Implementation of:
- Inx_Api_Sending_SendingHistoryManager::hasBouncedBetween()
- Returns a bool indicating whether the specified recipient caused a bounce during any sending of the specified mailing which were performed during the given time span. sending of the specified mailing will be taken into consideration.
void
hasClicked
( $iRecipientId, $iMailingId)
-
$iRecipientId
-
$iMailingId
Implementation of:
- Inx_Api_Sending_SendingHistoryManager::hasClicked()
- Returns a bool indicating whether the specified recipient has clicked a link of a mail of the last sending of the specified mailing.
void
hasClickedBetween
( $iRecipientId, $iMailingId, $sStart, $sEnd)
-
$iRecipientId
-
$iMailingId
-
$sStart
-
$sEnd
Implementation of:
- Inx_Api_Sending_SendingHistoryManager::hasClickedBetween()
- Returns a bool indicating whether the specified recipient has clicked a link of a mail of any sending of the specified mailing which were performed during the given time span. omitted, each sending of the specified mailing will be taken into consideration.
void
hasOpened
( $iRecipientId, $iMailingId)
-
$iRecipientId
-
$iMailingId
Implementation of:
- Inx_Api_Sending_SendingHistoryManager::hasOpened()
- Returns a bool indicating whether the specified recipient has opened a mail of the last sending of the specified mailing.
void
hasOpenedBetween
( $iRecipientId, $iMailingId, $sStart, $sEnd)
-
$iRecipientId
-
$iMailingId
-
$sStart
-
$sEnd
Implementation of:
- Inx_Api_Sending_SendingHistoryManager::hasOpenedBetween()
- Returns a bool indicating whether the specified recipient has opened a mail of any sending of the specified mailing which were performed during the given time span. sending of the specified mailing will be taken into consideration.
void
selectAll
()
Implementation of:
- Inx_Api_ROBOManager::selectAll()
- Returns an Inx_Api_ROBOResultSet containing all managed Inx_Api_ReadOnlyBusinessObjects. business objects to return, an empty result set will be returned.