Click or drag to resize

ImapSubscribeFolderAsync Method (FolderInfo)

Subscribes user to specified folder.

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

Parameters

folder
Type: Limilabs.Client.IMAPFolderInfo
Folder name to subscribe to.

Return Value

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