Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

remove

Removes a recipient from the internal unsubscribe list currently unsubscribed.

If the recipient is contained in one of the recipient lists, he/she will receive mailings again.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
recipientIdStringID of the recipient

Return values

  • Code structure

    void remove(String sessionId, String recipientId)