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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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