B4J Question [ABMaterial][ABExchange] Error when connect to server

Roberto P.

Well-Known Member
Licensed User
Longtime User
Hi

I'm trying to send an email in ABMaterial application, but get this error:


I try the same code in UI Application and it work fine

this is the code

B4X:
Try
        Dim ab As ABExchange
        ab.Initialize("https://outlook.office365.com/EWS/Exchange.asmx")
        
        Dim aconnect As Boolean = ab.Connect("username", "psw")
        
        .....

why?

thank you
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…