Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Outlook 2003   (RSS)

Unable to open Outlook item attached using Attachments.Add and using the olByReference flag on the Outlook 2007

One of our customer is sending Outlook item attached using Attachments.Add with olByReference Flag on Outlook 2007. If the recipient of the email tries to open the attached item will get “Microsoft Office Oulook could not complete the operation. One or

FYI: Outlook 2003 and Exchange Server 2003 goes into Extended Support

Outlook 2003 and Exchange Server 2003 goes into extended Support from 4/14/2009 Exchange Server 2003 goes into Extended Support on 4/14/2009. http://support.microsoft.com/lifecycle/?LN=en-us&p1=1773&x=11&y=9   Outlook 2003 goes into Extended

Remove all PST from the Outlook Mailbox using VBScript

If you would like to remove all of the Personal Folders file .PSTs attached to the Outlook Mailbox profile then we can use RemoveStore Method. Here is a sample VBScript to perform the job for us: NOTE: Following programming examples is for illustration

List delegates of the Outlook Mailbox using CDO 1.2.1 via VBScript

I have recently worked out a VBScript to list delegate of the Outlook Mailbox using CDO 1.2.1 via VBScript and thought of share it with you all, here is the sample code: NOTE: Following programming examples is for illustration only, without warranty either

Unable to use Outlook Custom form with MSFlexGrid control

One of our customer reported that they are not able to use Outlook Custom form with MSFlxGrd control after recent security update installation. When they try to open or design the form they are getting “To help prevent malicious code from running, one

Issue: Unable to set recurrence pattern of an appointment or a meeting as every weekday using Outlook Object Model

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

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 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 Capture Outlook Custom Form's Command Button Click event in COM Add-in using C#?

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,
 
Page view tracker