.net - Windows Service opening a mail box -
we had exchange server 2007 mail box.there windows service uses mapi protocol pull mails mailbox.
the mailbox migrated exchange server 2013.the windows service started reporting issues mapi logon failed.
on checking messaging team ,they have told mapi no longer supported in exchange server 2013.
it great if can advise,if have faced problem earlier .
you're going have switch using either imap or ews talk exchange box.
also, found snippet:
all mapi traffic rpc-based. historically, outlook clients have had 2 transport methods rpc traffic available them: rpc on tcp, , rpc on http (aka outlook anywhere). in exchange 2013, removed rpc on tcp option, leaving rpc on http connectivity method. not mean rpc no longer supported. in fact, still used (e.g., still make mapi/rpc calls), encapsulate them in http packets.
so, stands reason old mapi-based code still work if made use http. not sure entail, if saves trouble of converting different protocol (read: server config instead of code changes), worth research time.
one last note: take @ this msdn page discusses mapi on http.
Comments
Post a Comment