Click or drag to resize
MicrosoftExchangeOAuthProviderCustomAuthorizationDialogPath Property
Path to custom authorization dialog. Return null to keep the default authorization dialog (~/CMSModules/EmailEngine/Pages/OAuth2AccessTokenDialog.aspx).

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
public string CustomAuthorizationDialogPath { get; }

Property Value

Type: String

Implements

IEmailOAuthProviderCustomAuthorizationDialogPath
See Also