Gets XOAuthKey that can be used by LoginOAUTH(String) and RevokeToken(String) methods.

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

Syntax

C#
public string GetXOAuthKeyForSmtp()
Visual Basic
Public Function GetXOAuthKeyForSmtp As String
Visual C++
public:
String^ GetXOAuthKeyForSmtp()

Return Value

XOAuthKey.

See Also