Top "Exchange-server" questions

Questions about automation and APIs related to Microsoft's Enterprise level messaging server.

EWS: Access shared calendars

I am trying to use Exchange Web Services to access calendar data, but I can't seem to figure out how …

calendar exchange-server exchangewebservices ews-managed-api
Specifying the bounce-back address for email

I'm having a problem getting emails to bounce to a specific email address, different to the From address. A particular …

email exchange-server exchange-server-2007
Why emails sent by smtpclient does not appear in sent items

I have implemented a server that sends emails via .Net SmtpClient. the mail sending code looks like that: private static …

c# .net email exchange-server smtpclient
Does Exchange Server (in-house) suppport REST API?

This document that applies to Exchange Server suggests that the bulk of API / Web Services is SOAP based: https://msdn.…

office365 exchange-server exchangewebservices outlook-restapi exchange-server-2016
Exchange Web Services - Send email with attachment

I'm new to using EWS (Exchange Web Service) and I'm looking for a simple example that demonstrates how to send …

exchange-server exchangewebservices
Exchange 2010 - Exchange MAPI connection problem

I have a software solution for Exchange 2000/2003/2007 and now hopefully after this for 2010. The software runs on the server and …

mapi exchange-server exchange-server-2010 rdo outlook-redemption
Microsoft.Exchange.WebServices is not working in VS2010

I'n using EWS ExchangeService to read emails from outlook... I've coded the in Console project and in VS2008... Everything works …

c# exchange-server exchange-server-2007 exchangewebservices
Exchange Web Services API : get mail attachments

I am using the EWS API 1.2 to access mailboxes on our Exchange Server. This just works fine but there is …

c# .net exchange-server
"Unable to Relay" error while sending mail from Struts application using exchange server

i am working on a web application using struts2 and Apache Tomcat 6 as the web-server. In the application i am …

tomcat struts2 exchange-server jakarta-mail emailrelay
Exchange web services: why is ItemId not constant?

I write a small application, which should automatically process the emails from a public folder. For each email, we want …

c# exchange-server exchangewebservices