Questions about automation and APIs related to Microsoft's Enterprise level messaging server.
I'm writing a script that does a number of things with AD and Exchange and just got to the part …
powershell exchange-serverI need the ability to monitor for and read e-mail from a particular mailbox on a MS Exchange Server (internal …
c# email exchange-server mapiSending mail results in error "Relay access denied". It throws "Relay access denied", whenever I tried to send mail to "…
smtp exchange-server sendmailWe 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.mailI'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.messageI'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-2007I need to connect to an Exchange mailbox in a Python script, without using any profile setup on the local …
python email connection exchange-server pywin32I 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-apii 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.mailSo 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