Top "Exchange-server" questions

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

Getting a sent MailMessage into the "Sent Folder"

I'm sending MailMessages with an SmtpClient (being delivered successfully) using an Exchange Server but would like my sent emails to …

c# smtpclient exchange-server mailmessage
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 …

c# api exchange-server
Get-MailboxPermissions cmdlet not working/recognised

Hi Stackoverflow people, I have been trying to use the Get-MailboxPermission cmdlet to run a report on all my mailboxes. …

powershell exchange-server cmdlets cmdlet
Powershell snap-in for exchange 2007

Ive never used powershell before but it seems like the correct tool to use to read the number and size …

powershell exchange-server snap-in
How do I send HTML (multipart/alternative) from Exchange Web Services (2010 SP1)

This issue came to light as I was trying to send an HTML message with inline images (attachments) through EWS. …

exchange-server exchangewebservices ews-managed-api exchange-server-2010
C# MS Exchange Move Email To Folder

Added: thanks to user @grapkulec, I am using using Microsoft.Exchange.WebServices.Data; I am trying to move an email …

c# exchange-server email-integration
Security Alert on Certificate on every load with Outlook 2010

Each and every time I start Microsoft Office 2010 I get a Security Alert saying that there is a problem with …

email outlook certificate exchange-server autodiscovery
How do I use CDO with Exchange with vbscript

I am trying to setup a script to email using an exchange account. I want to use CDO (or equivalent) …

vbscript exchange-server exchange-server-2007 cdo.message
How do I send an email to an Exchange Distribution list using c#

I need to send an email to an Exchange distribution list called "DL-IT" using c#. Does anyone know how to …

c# email exchange-server
Accessing an Exchange Server without Outlook

Is there a method of accessing an Exchange server that does not have IMAP or POP3 enabled without Outlook? It …

email outlook exchange-server email-client