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

removeByRecipientList

Removes a recipient from a recipient list-based unsubscribe list.

If the client is configured for a client-wide unsubscribe list, this method does exactly the same as the remove method.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
recipientListIdlongID of the recipient list
recipientIdStringID of the recipient

Return values

  • Code structure

    void removeByRecipientList(String sessionId, long recipientListId, String recipientId)