문제

Scenario: My company's Exchange server can be accessed from the internet without vpn only by outlook. This is because of the 'outlook anywhere' functionality. From what I have understood, it connects to a proxy server which in turn accesses the mail server.

What I have: A .net application that downloads attachments from a folder on my mail, sends mails based on the downloaded information.

What I would like to do: I want to know if there is any way I can make the application that can make use of the outlook anywhere functionality. If its possible, where should I start?

도움이 되었습니까?

해결책

EWS uses straight HTTP/HTTPS. Are you trying to programmatically configure a new profile?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top