Hi
I’m trying to get mail messages out of the robots mailbox.
I started with using Get Outlook Mail Messages, but I got the error The specified folder does not exists in too many cases (even though the process uses always the same mailbox and always the same folder (Inbox)).
So I switched to Get Exchange Mail Messages. First tests were excellent. But the process was coded quick & dirty: all properties were hard coded, even the password. As this is ok for testing purposes, it is not ok in real life. So I changed the code to pass every property with a variable or argument.
And then the problems started: the Get Exchange Mail Messages gives the error ‘The autodiscover service couldn’t be located’. I checked and double checked the values in the variables, but they contain all the correct value.
Has anyone experienced this as well?
Has anyone a clue of what might be going on?
And, most important of all , has anyone a solution?
MTIA