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:
Visual Studio 2012 and .NET 4.5 Launched
Brijs
Microsoft has launched Visual Studio 2012 and .Net 4.5, a new solution for developers that will enable them to build modern applications "that span connected devices and continuous services, from the client to the cloud," S. Somasegar, corporate vice president of Developer Division, writes...
on
12 Sep 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:
Getting “Derived types must either match the security accessibility of the base type or be less accessible” exception after migrating VSTO add-in project to Visual Studio 2010 and targeting it to .Net 4.0 Framework.
Brijs
We are getting following exception after migrating Outlook 2007 VSTO add-in project to Visual Studio 2010 and targeting it to .Net 4.0 Framework for Outlook 2010: Inheritance security rules violated by type: 'VS2008_FR_OLAddIn.ThisAddIn'. Derived types must either match the security accessibility of...
on
3 May 2010
Blog Post:
Microsoft Visual Studio 2010 is available for you!
Brijs
As we all are excited with availability of Microsoft Visual Studio 2010 with .Net Framework 4.0 and upcoming releasing of Microsoft Office 2010 . I have collated few links to get going with Visual Studio 2010 as below: Getting Started with Visual Studio 2010 http://msdn.microsoft.com/en-us/vstudio/ff431702...
on
15 Apr 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:
How to do FindItem using Extended MAPI Properties in a Exchange Web Service call?
Brijs
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. In the sample code given below we would use CleanGlobalObjectId...
on
12 Nov 2009
Blog Post:
How to get Extended MAPI Properties in the GetItem Exchange Web Service call?
Brijs
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 illustration only, without warranty either expressed...
on
6 Nov 2009
Blog Post:
How to delete an attendee from Meeting Request using Exchange Web Services?
Brijs
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 to the sample code below which demonstrates: CreateItem...
on
27 Jan 2009
Blog Post:
Issue: Unable to set recurrence pattern of an appointment or a meeting as every weekday using Outlook Object Model
Brijs
The only available recurrence patterns to set from OOM are as below: olRecursDaily = 0, olRecursWeekly = 1, olRecursMonthly = 2, olRecursMonthNth = 3, olRecursYearly = 5, and olRecursYearNth = 6. Though we can set every weekday recurrence pattern using UI, Outlook object model does not expose any method...
on
12 Dec 2008
Blog Post:
How to send deferred delivery email using Exchange Web Services ?
Brijs
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 is for illustration only, without warranty either...
on
27 Nov 2008
Blog Post:
How to check that outgoing Outlook Mail Item is with digital signature or encrypted from VSTO Add-in in C#?
Brijs
How to capture whether user has checked to send Outlook Mail with digital signature or encrypted from VSTO Add-in in C# ? We can use the following code snippet with VSTO SE Outlook Skeleton project to build sample add-in: IMPORTANT NOTE: This add-in will only work if we are NOT using Word as default...
on
10 Nov 2008
Blog Post:
How to Capture Outlook Custom Form's Command Button Click event in COM Add-in using C#?
Brijs
Use the following code snippets to wire an event in C# to capture the click event of the command button on the Outlook Custom Form. 1: /*NOTE: Following programming examples is for illustration only, without warranty either expressed or implied, 2: including, but not limited to, the implied warranties...
on
16 Oct 2008
Page 1 of 1 (12 items)