ConnectAsync Method
Connects to an IMAP server.
Syntax
[VB.NET] Public Function ConnectAsync() As Task
[C#] public Task ConnectAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ConnectAsync MethodConnects to an IMAP server. Syntax[VB.NET] Public Function ConnectAsync() As Task [C#] public Task ConnectAsync(); RemarksThis 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. |
||