Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

Issue: Prerequisites Packages are not available for the Office Add-in Setup Project developed using Visual Studio

We need to add Prerequisites Packages to Office Add-in Setup Project developed using Visual Studio; so that out Add-in works as expected when we deploy it on other machines. In case any of pre-requisite packages are not available/listed under Add Prerequisites

"Condition is not valid" error on Items.Find for Appointment Item using GlobalAppointmentID as filter

We are getting "Condition is not valid" error on Items.Find for Appointment Item using GlobalAppointmentID as filter. We are using the filter as: strFilter = "[GlobalAppointmentID] = 'apptidhere'" and getting following exception: runtime error '-2147352567(80020009)'

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

Resources for development tests and hands on experience with Microsoft's programming tools and technologies.

If you are looking for resources to test your development projects then read on... Run IT on a Virtual Hard Disk http://www.microsoft.com/vhd You can now access the entire catalog of pre-configured Microsoft and partner products and solutions in the VHD

How to check that outgoing Outlook Mail Item is with digital signature or encrypted from VSTO Add-in in C#?

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

How to send a copy of all SMTP mails to another recipient mailbox using SMTP Event Sink

Sometime we need to trap all the outgoing/incoming email messages and would like to forward a copy of it to another recipient mailbox. Here is sample script to achieve that: Step 1: Install Exchange 2003 SDK on your Exchange Server. You can download it
 
Page view tracker