ImapClient.UnsubscribeFolder

UnsubscribeFolder(IConnection, string)

Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server’s set of “active” mailboxes

public void UnsubscribeFolder(IConnection connection, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
folderNameStringName of the folder

See Also


UnsubscribeFolder(string)

Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server’s set of “active” mailboxes

public void UnsubscribeFolder(string folderName)
ParameterTypeDescription
folderNameStringName of the folder

See Also