 | Gmail2LeggedOAuthGetXOAuthKeyForSmtp Method |
Namespace: Limilabs.Client.Authentication.GoogleAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string GetXOAuthKeyForSmtp(
string email
)
Public Function GetXOAuthKeyForSmtp (
email As String
) As String
public:
String^ GetXOAuthKeyForSmtp(
String^ email
)
member GetXOAuthKeyForSmtp :
email : string -> string Parameters
- email String
- Email of the mailbox you want access.
Return Value
StringXOAuthKey.
See Also