Click or drag to resize

Gmail2LeggedOAuthGetXOAuthKeyForSmtp Method

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

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public string GetXOAuthKeyForSmtp(
	string email
)

Parameters

email  String
Email of the mailbox you want access.

Return Value

String
XOAuthKey.
See Also