ConnectAsync Method
Connects to an IMAP server.
Syntax
[VB.NET]
Public Function ConnectAsync() As IAsyncAction
[C#]
public IAsyncAction ConnectAsync();
Remarks
This method is the asynchronous version of the
Connect method and is used to support asynchronous operations in WinRT. Please refer to
Connect for more information.