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

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

Syntax

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

Parameters

email
Type: System..::..String
Email of the mailbox you want access.

Return Value

XOAuthKey.

See Also