void
createSendActionMailCmd
( $iListContextId, $iActionMailingId)
-
$iListContextId
-
$iActionMailingId
Implementation of:
- Inx_Api_Action_CommandFactory::createSendActionMailCmd()
- Creates an Inx_Api_Action_SendActionMailCommand which sends the specified action mailing from the corresponding list context to the recipient.
void
createSendMailCmd
( $iListContextId, $iMailingId)
-
$iListContextId
-
$iMailingId
Implementation of:
- Inx_Api_Action_CommandFactory::createSendMailCmd()
- Creates an Inx_Api_Action_SendMailCommand which sends the specified mailing from the corresponding list context to the recipient.
void
createSubscriptionCmd
( $iListContextId, $blSubscriptionProcessingEnabled)
-
$iListContextId
-
$blSubscriptionProcessingEnabled
Implementation of:
- Inx_Api_Action_CommandFactory::createSubscriptionCmd()
- Creates an Inx_Api_Action_SubUnsubscriptionCommand which subscribes the recipient to the specified standard list.
void
createSubscriptionCmd2
( $iListContextId, $blSubscriptionProcessingEnabled)
-
$iListContextId
-
$blSubscriptionProcessingEnabled
Implementation of:
- Inx_Api_Action_CommandFactory::createSubscriptionCmd2()
- Creates an Inx_Api_Action_SubscriptionCommand which subscribes the recipient to the specified standard list.
void
createUnsubscriptionCmd
( $iListContextId, $blUnsubscriptionProcessingEnabled)
-
$iListContextId
-
$blUnsubscriptionProcessingEnabled
Implementation of:
- Inx_Api_Action_CommandFactory::createUnsubscriptionCmd()
- Creates an Inx_Api_Action_SubUnsubscriptionCommand which unsubscribes the recipient from the specified standard list.
void
createUnsubscriptionCmd2
( $iListContextId, $blUnsubscriptionProcessingEnabled)
-
$iListContextId
-
$blUnsubscriptionProcessingEnabled
Implementation of:
- Inx_Api_Action_CommandFactory::createUnsubscriptionCmd2()
- Creates an Inx_Api_Action_UnsubscriptionCommand which unsubscribes the recipient from the specified standard list.