Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Exchange Web Services (EWS)   (RSS)

How to access a particular mailbox using Microsoft Exchange web services ?

In this article, we will see how we can access a particular mailbox using Microsoft Exchange web services ? The DistinguishedFolderId element identifies Microsoft Exchange Server 2007 folders that can be referenced by name. The DistinguishedFolderId class

Web Service : Passing data to and from Webservice & SOAP header

SOAP headers offer a method for passing data to and from an XML Web service method if the data is not directly related to the XML Web service method's primary functionality. For instance, an XML Web service might contain several XML Web service methods

EWS Programming # 1 : Creating my first Exchange Web Services client application in C#.Net

Please find my first web service client that i tried couple of months earlier that creates an e-mail item in the Sent Items folder. You can use Microsoft Visual Studio 2005 to create a simple Exchange Web Services client application like this. 1: using

Powershell : How to sort the mailboxes based on their size on ascending order ?

When we make use of Exchange Server 2007 SP1 & Windows Powershell, if we have a requirement to sort the mailboxes based on their size on the ascending order, then try this command: Get-MailboxStatistics -Server Servername | Sort-Object -Property TotalItemSize

Exchange Web Service: Web Services Message cycle

Exchange Web Services Message cycle When a client application requests information from the Exchange store, an XML request message that complies with the SOAP standard is created and sent to the Exchange server. When the Microsoft Exchange server receives

Exchange Web Services Architecture

Exchange Web Services Exchange Web Services is deployed with the Client Access server role. Microsoft Exchange Server 2007 clients connect to the computer that is running Exchange 2007 that has the Client Access server role installed in an Active Directory

Adding delegates in Exchange Web Services (Exchange Server 2007 SP1)

Delegates & Exchange Web Services In Microsoft Exchange Server 2007 SP1, you can use Exchange Web Services to add, update, and remove delegates. Code sample Please find the code example that shows you how to add delegates that can take actions on

Create/Set Folder Level Permissions with Exchange Web Services (Exchange Server 2007 SP1)

Folder-level permissions work with other Exchange Web Services (Exchange Server 2007 SP1) Folder-level permissions work with other Exchange Web Services operations in the following ways: The GetFolder operation will return the permissions that are set

Powershell & cmdlet - In a Nutshell - Part 9 - Modifying Transport Agent using Set-TransportAgent cmdlet (Exchange Management Shell)

Modifying Exchange Transport Agent For administer transport agents, we must use the Set-TransportAgent cmdlet (Exchange Management Shell). For its details syntax and parameters, please refer here . The following example shows how the priority of a sample

Powershell & cmdlet - In a Nutshell - Part 6 - Exchange Management Shell (EMS)

Exchange Management Shell: It's a new automation and scripting shell. It has the command-line management interface and associated command-line plug-ins for Exchange Server that enable automation of administrative tasks in an Exchange 2007 environment.

Powershell & cmdlet - In a Nutshell - Part 5 - Listing Service Information using Windows Powershell & cmdlet

How to list Service Information using Windows Powershell & cmdlet: In Exchange Server 2007, Get-Service cmdlet will be used to retrieve information about the services installed on the computer. By default, it will return the results in alphabetical

Powershell & cmdlet - In a Nutshell - Part 4 - Verify Autodiscover Service info for Outlook 2007 using "Test-OutlookWebServices" cmdlet

How to verify Autodiscover Service info for Outlook 2007 using "Test-OutlookWebServices" cmdlet: In Exchange Server 2007 environment, to verify the Autodiscover service settings for Outlook and that has Client Access server role installed or not, we can

Exchange Web Services

Exchange Server 2007 introduced a new programming model by using the Web Services. It is a programmable interface can be used to provide client access to Exchange store data and information management functions. It handles Simple Object Access Protocol

Delegate Access using Exchange Web Services

Delegate Access Exchange 2007 enables delegates to access the mailbox of a principal and perform create/delete/update/copy/search operations using Exchange Web Services (EWS). There are two ways we can access the contents of other users mailboxes: Exchange

Best Practices for Using Exchange Web Services for Calendaring Tasks

Best practices for using Exchange Web Services for Calendaring Tasks In Exchange Server 2007 - Exchange Web Services (EWS) provides, Rich set of Web methods and types can use to create/update/generate calendar work flow between Exchange 2007 mailboxes.
 
Page view tracker