Top "Exchange-server-2007" questions

Released to business customers as part of Microsoft's roll-out wave of new products.

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
Exchange Web Service API and 401 unauthorized exception

When I try sending email using the EWS API, I get the following error: (in message.Send();) The request failed. …

c# exchangewebservices http-status-code-401 exchange-server-2007 unauthorized
c# programmatically reading emails from the Exchange server

When you search on web you will find very easy answers for "How to read emails programmatically"... Al the websites …

c# exchange-server exchange-server-2007
What is IPM.Note and what is its use?

I have few questions about IPM.Note. It will be great if some one clear my doubts 1) What is IPM.…

exchange-server mapi exchange-server-2007 exchangewebservices
How do I send emails outside my domain with Exchange 2007 and c#

I am able to send emails using the typical C# SMTP code across Exchange 2007 as long as both the from …

c# smtp exchange-server-2007
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
Auditing Exchange 2007 Mailbox Full Access Permissions with Powershell

I on occasion I get asked to produce a list of users who have Full Access rights to a particular …

powershell permissions audit exchange-server-2007
How to use Microsoft.Exchange.WebServices?

i try to use : Microsoft.Exchange.WebServices.dll to use outlook. but connection return error Error return line:service.AutodiscoverUrl("…

c# visual-studio exchange-server exchange-server-2007 ews-managed-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 …

c# asp.net web-services exchange-server-2007 ews-managed-api