Logs user in using AUTH XOAUTH command. This method does NOT send the password. You can use OAuth class to create the key.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
public void LoginOAUTH(
	string key
)
Visual Basic
Public Sub LoginOAUTH ( _
	key As String _
)
Visual C++
public:
void LoginOAUTH(
	String^ key
)

Parameters

key
Type: System..::..String
XOAuth key. You can use GetXOAuthKey()()()() method to create this key.

See Also