| 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
)
Public Function UnsubscribeFolderAsync (
folder As String
) As Task
public:
Task^ UnsubscribeFolderAsync(
String^ folder
)
member UnsubscribeFolderAsync :
folder : string -> Task
Parameters
- folder
- Type: SystemString
Folder name to unsubscribe from.
Return Value
Type:
TaskA task that represents the asynchronous unsubscribe IMAP folder operation.
See Also