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: ``...
- Modified
- 28 Sep at 22:41
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...
- Modified
- 2 Mar at 15:21
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...
- Modified
- 17 Jun at 07:0
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...
- Modified
- 31 Jan at 18:34
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...
- Modified
- 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...
- Modified
- 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...
- Modified
- 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...
- Modified
- 18 Dec at 16:11
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...
- Modified
- 23 Sep at 14:54
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...
- Modified
- 23 May at 12:34