Click or drag to resize

ImapUnsubscribeFolderAsync Method (String)

Unsubscribes user from specified folder.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task UnsubscribeFolderAsync(
	string folder
)

Parameters

folder
Type: SystemString
Folder name to unsubscribe from.

Return Value

Type: Task
A task that represents the asynchronous unsubscribe IMAP folder operation.
See Also