OAuthEnableOpenIDHybrid Property
Enables or disables OpenID + OAuth mode.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool EnableOpenIDHybrid { get; set; }

Property Value

Type: Boolean
The default value is false which means that OpenID + OAuth mode is disabled.
Remarks
This mode should be enabled for using with OpenID class.
See Also