Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
September 2012
(1)
August 2012
(1)
April 2012
(3)
March 2012
(1)
June 2011
(2)
March 2011
(4)
December 2010
(2)
November 2010
(2)
September 2010
(1)
August 2010
(2)
July 2010
(1)
June 2010
(3)
May 2010
(2)
April 2010
(2)
March 2010
(3)
February 2010
(1)
January 2010
(2)
December 2009
(2)
November 2009
(6)
October 2009
(2)
September 2009
(1)
August 2009
(3)
June 2009
(1)
May 2009
(4)
April 2009
(7)
March 2009
(1)
February 2009
(1)
January 2009
(3)
December 2008
(2)
November 2008
(6)
October 2008
(6)
Tags
.Net
Announcement
C#
DevMsgTeam
Download
EWS
Exchange Server 2003
Exchange Server 2007
Exchange Server 2010
Exchange Web Services
Exchange Web Services Managed API
FYI
General
How to
Issue
Learn
Outlook 2003
Outlook 2007
Outlook 2010
Outlook Add-ins
Outlook Object Model
Problem
VBA
VBScript
Workaround
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
FYI : Supportability of Microsoft EWS Java API 1.1 for Exchange Server 2007/2010
Brijs
If you are using EWS Java API 1.1 provided by Microsoft @ http://archive.msdn.microsoft.com/ewsjavaapi and facing some issues related to it, then feel free to report such issues to below mentioned forum to seek assistance: Exchange Server TechCenter > Exchange Server Forums > Development > http...
on
24 Apr 2012
Blog Post:
How to set Outlook Folder Description and Folder Homepage URL properties using EWS Managed API?
Brijs
One of our customer is trying to update the Folder Description and Folder Homepage URL properties for Outlook 2007/2010 having mailbox on Exchange 2007/2010. We could use below mentioned code snippet to set Folder Description property as Extended Property using EWS Managed API . NOTE: Following programming...
on
30 Mar 2012
Blog Post:
How to send email and create appointment item using EWS Managed API in VB.net?
Brijs
It does seem to be a bit of a dearth of VB.net samples for Exchange Web Service Managed API. So here is a sample VB.net code which demonstrates: Send Email Create Appointment NOTE: Following programming examples is for illustration only, without warranty either expressed or implied, including, but not...
on
25 Nov 2010
Blog Post:
How to convert Exchange Item’s EntryID to EWS unique ItemId via EWS Managed API ConvertId call?
Brijs
One of my customer requested for some guidance for How to convert Exchange Item’s EntryID to EWS unique ItemId via EWS Managed API’s ConvertId call? Here is the sample code snippet for converting Exchange Item’s EntryID to EWS unique ItemId via Exchange Web Services Managed API’s ConvertId call: /* NOTE...
on
9 Sep 2010
Blog Post:
How to enable EWS Tracing using Exchange Web Services (EWS) Managed API in VB.net?
Brijs
Debugging a Web service–based application can be difficult because part of the processing is performed on a computer to which you do not have access. Because you cannot step through the code on the server, it can be helpful to see the XML requests and responses that are exchanged between the client and...
on
4 Aug 2010
Blog Post:
How to configure and use EWS Impersonation on Exchange 2010/2007?
Brijs
We can refer to the below mentioned articles for configuring and using EWS impersonation for the Exchange 2010 : Configuring Exchange Impersonation (Exchange Web Services) http://msdn.microsoft.com/en-us/library/bb204095.aspx Using Exchange Impersonation XML Request/Response http://msdn.microsoft.com...
on
9 Mar 2010
Blog Post:
How to retrieve email address from the “From” and “To” field of mail item using EWS Managed API?
Brijs
In case we are calling FindItem for EWS Managed API then, it will provide much of the information that a client application needs. It basically returns a summary of an item. FindItem returns only the first 512 bytes of any streamable property. For Unicode, it returns the first 255 characters by using...
on
12 Feb 2010
Blog Post:
Issue: Getting HTTP 404 error on every request made via Exchange Web Services using EWS HTTP endpoint for Exchange Server 2010
Brijs
Few of our customer reported that they are getting HTTP 404 Error reported; when they tries to use EWS HTTP service endpoint for their application for Exchange Server 2010 . However, the same application work fine with EWS HTTP service endpoint with Exchange Server 2007 without any issue. If we go into...
on
29 Dec 2009
Blog Post:
Exchange Web Services Managed API and EWS Editor is available!
Brijs
If you are developing using Exchange Web Services Managed API then now you can download @ Microsoft Exchange Web Services (EWS) Managed API 1.0 The Microsoft Exchange Web Services (EWS) Managed API 1.0 provides a managed interface for developing client applications that use Exchange Web Services. The...
on
13 Nov 2009
Blog Post:
Exchange Web Services and Exchange 2010 - What’s new Webcasts
Brijs
Exchange 2010 is on it way and along with it Exchange Web Services Managed API would be one-in-all interface for developing custom applications. So, If you are developing Exchange related application and interested to know what you can do with the new EWS Managed API and what’s new in Exchange 2010 for...
on
8 Oct 2009
Blog Post:
How to create a Service Account with full access to all mailboxes on Exchange Server 2007 mailboxstore?
Brijs
We can use following Exchange PowerShell cmdlet to grant a Service Account full access to all the mailboxes on Exchange Server 2007 mailboxstore, but do so only in accordance with your organization's security and privacy policies: Get -mailboxserver <servername> | add-adpermission –user <service...
on
1 Sep 2009
Blog Post:
Delegate Access and Delegate Access Management with Exchange Web Services.
Brijs
One of the common request from our customers is to provide interface to work programmatically with Delegate Settings for Outlook. Microsoft Exchange Server 2007 Service Pack 1 (SP1) introduces delegate access and delegate access management through Exchange Web Services . The following delegate access...
on
5 May 2009
Blog Post:
FYI: Exchange Web Services now got Managed Interface
Brijs
If you are doing devolvement for Exchange Server 2007 using Exchange Web Services(EWS) then here’s news for you: The Microsoft Exchange Web Services (EWS) Managed API 1.0 Beta is available to download @ Exchange Web Services Managed API Beta The Microsoft Exchange Web Services (EWS) Managed API 1.0 Beta...
on
15 Apr 2009
Page 1 of 1 (13 items)