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