Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Brijs Blogging... Looking Beyond the Obvious
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.Net
C#
CDO 1.2.1
CDOSYS SMTP MAIL
COM Add-in
Delegates
Deployment
DevMsgTeam
Diagnostic
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
MAPI
Office Add-ins
Outlook 2003
Outlook 2007
Outlook 2010
Outlook Add-ins
Outlook Custom Form
Outlook Object Model
PowerShell
Problem
SMTP
SMTP Event Sink
Troubleshooting
VB
VB.net
VBA
VBScript
Visual Basic
Visual Studio
Visual Studio 2008
VSTO
VSTO 3.0
WebCast
WebDAV
Windows Server 2008
Workaround
News
DISCLAIMER: This is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified in the
Terms of Use
If you are interested in reading this blog in a language other than English, please try the Windows Live Translator.
Archives
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)
Team Bloggers
Stephen Griffin
Matt
Patrick
Dave
Vikas
Deva
Jeff
Nayan
Dan
Akash
Browse by Tags
All Tags
»
Exchange Web Services
(RSS)
.Net
C#
Delegates
DevMsgTeam
Download
EWS
Exchange Server 2007
Exchange Server 2010
Exchange Web Services Managed API
FYI
General
How to
Learn
Outlook 2007
PowerShell
VB.net
Visual Studio
Visual Studio 2008
WebCast
Thursday, November 19, 2009 7:23 PM
Exchange Server 2007 SP2 Update Rollup1 is available to download
Exchange Server 2007 SP2 Update Rollup 1 is available to download @ Download the Exchange2007-KB971534-EN package now . Update Rollup 1 for Exchange Server 2007 Service Pack 2 (SP2) resolves issues that were found in Exchange Server 2007 SP2 since the
Posted by
brijs
|
0 Comments
Filed under:
DevMsgTeam
,
Exchange Server 2007
,
Exchange Web Services
,
Download
,
FYI
Friday, November 13, 2009 9:00 PM
Exchange Web Services Managed API and EWS Editor is available!
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
Posted by
brijs
|
0 Comments
Filed under:
DevMsgTeam
,
.Net
,
Exchange Server 2007
,
General
,
Exchange Web Services
,
Exchange Web Services Managed API
,
Exchange Server 2010
,
FYI
,
Learn
Thursday, November 12, 2009 8:03 PM
How to do FindItem using Extended MAPI Properties in a Exchange Web Service call?
We can perform GetItem Exchange Web Service call to get Extended MAPI Properties refer my previous post How to get Extended MAPI Properties in the GetItem Exchange Web Service call? and can also perform FindItem based on the Extended MAPI Properties.
Posted by
brijs
|
0 Comments
Filed under:
DevMsgTeam
,
How to
,
C#
,
Exchange Server 2007
,
EWS
,
Exchange Web Services
,
Exchange Server 2010
Friday, November 06, 2009 7:48 PM
How to get Extended MAPI Properties in the GetItem Exchange Web Service call?
We can get/set Extended MAPI Properties using Exchange Web Services for Exchange Server 2007/2010. Here is sample code snippet to get value for CleanGlobalObjectID via GetItem call of Exchange Web Services: NOTE: Following programming examples is for
Posted by
brijs
|
0 Comments
Filed under:
DevMsgTeam
,
How to
,
C#
,
.Net
,
Exchange Server 2007
,
Exchange Web Services
,
Visual Studio 2008
,
Exchange Server 2010
Thursday, October 08, 2009 12:07 PM
Exchange Web Services and Exchange 2010 - What’s new Webcasts
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
Posted by
brijs
|
0 Comments
Filed under:
DevMsgTeam
,
Exchange Web Services
,
Exchange Web Services Managed API
,
Exchange Server 2010
,
FYI
,
WebCast
,
Learn
Tuesday, September 01, 2009 2:50 PM
How to create a Service Account with full access to all mailboxes on Exchange Server 2007 mailboxstore?
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>
Posted by
brijs
|
0 Comments
Filed under:
DevMsgTeam
,
How to
,
Exchange Server 2007
,
Exchange Web Services
,
Exchange Web Services Managed API
,
PowerShell
Monday, August 31, 2009 6:54 PM
Exchange 2007 Webcasts for Client Access and Web Services
Want to learn more about Microsoft Exchange Server 2007 then Support WebCasts are way to go. Support Webcasts are a free Internet broadcast service that is provided by Microsoft. You can view webcasts on-demand, and you can also download them in
Posted by
brijs
|
0 Comments
Filed under:
DevMsgTeam
,
Exchange Server 2007
,
General
,
EWS
,
Exchange Web Services
,
WebCast
,
Learn
Tuesday, May 05, 2009 8:19 AM
Delegate Access and Delegate Access Management with Exchange Web Services.
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
Posted by
brijs
|
1 Comments
Filed under:
DevMsgTeam
,
How to
,
Outlook 2007
,
Exchange Server 2007
,
EWS
,
Exchange Web Services
,
Exchange Web Services Managed API
,
Exchange Server 2010
,
Delegates
Tuesday, April 28, 2009 10:39 AM
How to do FindFolder and MoveItem Operations of Exchange Web Services using VB.net
In continuations of my previous post How to do FindItem and GetItem Operations of Exchange Web Services using VB.net ; Here is the Exchange Web Services sample in VB.net to perform following task: FindFolder (How to perform FindFolder Operation to get
Posted by
brijs
|
1 Comments
Filed under:
DevMsgTeam
,
How to
,
.Net
,
Exchange Server 2007
,
EWS
,
Exchange Web Services
,
Visual Studio 2008
,
VB.net
,
Exchange Server 2010
Wednesday, April 15, 2009 6:05 PM
FYI: Exchange Web Services now got Managed Interface
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
Posted by
brijs
|
3 Comments
Filed under:
DevMsgTeam
,
General
,
Exchange Web Services
,
Exchange Web Services Managed API
,
Download
Friday, February 06, 2009 11:54 AM
How to do FindItem and GetItem Operations of Exchange Web Services using VB.net
It does seem to be a bit of a dearth of VB.net samples for Exchange Web Service. So here is a sample Vb.net code which demonstrates: FindItem (How to perform FindItem Operation to list all items from the inbox folder of a use mailbox) GetItem (How to
Posted by
brijs
|
2 Comments
Filed under:
DevMsgTeam
,
How to
,
.Net
,
Exchange Server 2007
,
EWS
,
Exchange Web Services
,
Visual Studio
,
VB.net
Tuesday, January 27, 2009 8:42 AM
How to delete an attendee from Meeting Request using Exchange Web Services?
In order to remove attendees from an attendee collection, we have to call the UpdateItem Web method for the meeting with the SetItemField change description to include all current members of the attendee array minus those you want removed. Please refer
Posted by
brijs
|
1 Comments
Filed under:
DevMsgTeam
,
How to
,
C#
,
.Net
,
Exchange Server 2007
,
EWS
,
Exchange Web Services
,
Visual Studio 2008
,
Visual Studio
Thursday, November 27, 2008 4:08 PM
How to send deferred delivery email using Exchange Web Services ?
We can send deferred delivery mail using Exchange Web Services by setting PR_DEFERRED_SEND_TIME and PR_DEFERRED_DELIVERY_TIME MAPI properties as extended properties on the EWS request. Here is the sample code in C#: NOTE: Following programming examples
Posted by
brijs
|
1 Comments
Filed under:
DevMsgTeam
,
How to
,
C#
,
.Net
,
Exchange Server 2007
,
EWS
,
Exchange Web Services