Outlook and OAuth

Hello;

If I first authorize one account with TAdvOutlookMail, a webbrowser will be opened for defining an account and password. But if then I want to authorize another account, the same browser will be opened but now using the account I used before. How do a I open a clean browser to select a new account for each case (like with TAdvGMail)?. Thank you.

Hi,

The difference in behavior between TAdvGMail and TAdvOutlookMail is caused by the difference in design of the authentication pages from Google and Microsoft respectively.

Can you please try using the TAdvOutlookMail Logout call before starting the authentication?

Yes Bart!!! it did the trick! Thank you.