OAuthGetXOAuthKey Method (String)
Fetches XOAuth key from the specified URI.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string GetXOAuthKey(
	string uri
)

Parameters

uri
Type: SystemString
An URI for producing XOAuth key string.

Return Value

Type: String
A string with URI for XOAuth authentication process for IMAP/SMTP.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionuri is a null reference (Nothing in Visual Basic) or an empty string.
Examples
See OAuth topic for the example.
See Also