Cloud Mail 2020 C++ Builder Edition

Questions / Feedback?

ReturnURL Property

The URL where the user (browser) returns after authenticating.

Syntax

__property String ReturnURL = { read=FReturnURL, write=FSetReturnURL };

Default Value

""

Remarks

When ClientProfile is set to cfApplication this will be automatically set to the address of the local embedded web server. In that case this property can be inspected to determine the URL where the user will be redirected, but does not need to be set.

When calling GetAuthorizationURL, which is common when ClientProfile is set to cfWebBrowser, set this property to the URL on your server where the user will be redirected after authenticating with the authorization server.

This property corresponds to the redirect_uri query string parameter.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 C++ Builder Edition - Version 20.0 [Build 8308]