Disconnect Method

Disconnects from an IMAP server.

Syntax

public void Disconnect();
Public Sub Disconnect()

Remarks

This method logs out and disconnects from the IMAP server.

.NET Standard Notes

To call this method in an asynchronous manner call DisconnectAsync instead. When the method completes (or an error is encountered) the DisconnectCompleted event will fire.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 7718]