| ImapCloseCurrentFolderAsync Method |
Issues CLOSE command to the server.
Unless Examine was used to open folder, CLOSE command permanently removes all messages that have the
Deleted flag set from the currently selected folder,
and returns to the authenticated state from the selected state (no folder is selected).
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task CloseCurrentFolderAsync()
Public Function CloseCurrentFolderAsync As Task
public:
Task^ CloseCurrentFolderAsync()
member CloseCurrentFolderAsync : unit -> Task
Return Value
Type:
TaskA task that represents the asynchronous IMAP folder close operation.
See Also