Top "Exchange-server" questions

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

Exchange Powershell - How to invoke Exchange 2010 module from inside script?

I'm writing a script that does a number of things with AD and Exchange and just got to the part …

powershell exchange-server
Read MS Exchange email in C#

I need the ability to monitor for and read e-mail from a particular mailbox on a MS Exchange Server (internal …

c# email exchange-server mapi
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 "…

smtp exchange-server sendmail
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 …

c# exchange-server office365 sendmail system.net.mail
Reading e-mails from Outlook with Python through MAPI

I'm trying to write a short program that will read in the contents of e-mails within a folder on my …

python outlook exchange-server mapi cdo.message
Powershell command to hide user from exchange address lists

I'm trying to write powershell script which hides user from exchange lists. I was able to find following command: Set-Mailbox …

powershell exchange-server exchange-server-2007
Connect to Exchange mailbox with Python

I need to connect to an Exchange mailbox in a Python script, without using any profile setup on the local …

python email connection exchange-server pywin32
'Autodiscover service couldn't be located' when trying to access Exchange 2010 account with EWS MANAGED API

I am using Auto discover service Url for a specified e-mail address. ExchangeService Service = new ExchangeService(ExchangeVersion.Exchange2010); Service.Credentials = …

c# exchange-server exchangewebservices ews-managed-api
Send SMTP email testing Microsoft Office 365 in .net

i have a mail account on the Exchange Online service. Now i'm trying to test if i am able to …

c# exchange-server office365 system.net.mail
'5.7.1 Client does not have permission' error while sending email from code

So I have this very basic program that is trying to send an e-mail, but I keep getting Mailbox unavailable. …

c# email exchange-server exchange-server-2010