Gets XOAuth key that can be used by LoginOAUTH(String) or LoginOAUTH(String) login methods.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
string GetXOAuthKey()
Visual Basic
Function GetXOAuthKey As String
Visual C++
String^ GetXOAuthKey()

Return Value

XOAuth key.

See Also