问题
What is a RDOSession.LogonExchangeMailbox
server name for outlook.com ?
'Logon' with local outlook is working.
I was try redemption with my outlook.com account with RDOSession.LogonExchangeMailbox('user@outlook.com', server_name )
, and got MAPI_E_NETWORK_ERROR.
Internet is on. Firewall is off.
server_name
I've got from outlook account settings - may be it's wrong?
How to get the actual exchange name for outlook.com
?
UPD
MS Outlook 2010 SP1 и 2013 (both same result)
Redemption v5.12
回答1:
LogonExchangeMailbox
creates a temporary profile that uses plain RPC connection. Exchange 2013 and 2016 do not support RPC connections anymore, only RPC-over-HTTP or MAPI-over-HTTP. You need to use LogonHostedExchangeMailbox
for that.
来源:https://stackoverflow.com/questions/42880768/what-is-a-rdosession-logonexchangemailbox-server-name-for-outlook-com