| ImapUnsubscribeFolderAsync Method (FolderInfo) |
Unsubscribes user from specified folder.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task UnsubscribeFolderAsync(
FolderInfo folder
)
Public Function UnsubscribeFolderAsync (
folder As FolderInfo
) As Task
public:
Task^ UnsubscribeFolderAsync(
FolderInfo^ folder
)
member UnsubscribeFolderAsync :
folder : FolderInfo -> Task
Parameters
- folder
- Type: Limilabs.Client.IMAPFolderInfo
Folder name to unsubscribe from.
Return Value
Type:
TaskA task that represents the asynchronous unsubscribe IMAP folder operation.
See Also