Please note that calling Connect
will perform a "test token" call. This call will result in an ARequestResult.Success = False
if the current access token is invalid. It will then try to retrieve a new access token.
With your OnRequestComplete event handler disabled, the sample app is working as expected.
// fOutLookEmail.OnRequestComplete := HandleRequestComplete;