tagged [exchange-server]

Find all subfolders of the Inbox folder using EWS

Find all subfolders of the Inbox folder using EWS I have the following Inbox folder structure: I am using Exchange Web Services and the following code to find the child folders of the Inbox folder: ``...

Send SMTP email using System.Net.Mail via Exchange Online (Office 365)

Send SMTP email using System.Net.Mail via Exchange Online (Office 365) We are testing the new Office 365 beta, and i have a mail account on the Exchange Online service. Now I'm trying to connect a LOB...

Why emails sent by smtpclient does not appear in sent items

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 MailMessage Sen...

Can I avoid storing MS Exchange credentials while still being able to authenticate (against EWS)?

Can I avoid storing MS Exchange credentials while still being able to authenticate (against EWS)? I'm building an application that syncs data between users' Exchange Server accounts (version 2007-2013...

How do I interface with Exchange Server using C#?

How do I interface with Exchange Server using C#? We had a bit of a snafu on our e-mail server and the permissions went out of whack on our users e-mail folders. Unfortunately our users are all on Out...

7 Feb at 21:21

Relay access denied on sending mail, Other domain outside of network

Relay access denied on sending mail, Other domain outside of network Sending mail results in error "Relay access denied". It throws "Relay access denied", whenever I tried to send mail to "other_domai...

26 Apr at 19:42

Sending Email through Microsoft Exchange Server

Sending Email through Microsoft Exchange Server Okay, so I have this program which in essence acts as an email client for a company, it constructs the email for them and sends it out. I've done everyt...

23 Aug at 18:44

Fetching all mails in Inbox from Exchange Web Services Managed API and storing them as a .eml files

Fetching all mails in Inbox from Exchange Web Services Managed API and storing them as a .eml files I want to fetch all mails in the Inbox folder using EWS Managed API and store them as `.eml`. The pr...

Extract Exchange 2007 Public Calendar Appointments using Exchange Web Services API

Extract Exchange 2007 Public Calendar Appointments using Exchange Web Services API We have a public calendar for our company set up in an Exchange 2007 Public Folder. I am able to retrieve my personal...

Getting started with Exchange Web Services 2010

Getting started with Exchange Web Services 2010 I've been tasked with writing a SOAP web-service in .Net to be middleware between EWS2010 and an application server that previously used WebDAV to conne...