Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Outlook 2007   (RSS)

Issue accessing Public Folder Store using CDO 1.2.1 for Outlook 2007

If you are using InfoStores collection of CDO 1.2.1 for Outlook 2007 to access Public Folder store and not able to get reference to Public Folder store then here is the explanation of the design change in CDO 1.2.1 from SGriffin’s post@ Outlook 2007,

How to deploy VSTO add-ins for Outlook?

“What is the best way to deploy VSTO add-ins for Outlook?” This is one of the most common question asked by our customers who are developing add-ins using Visual Studio Tools for Office(VSTO) for Outlook and other Office Applications.  Simple answer

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

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

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

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

Download for Office 2007 SP2 is available now

Office 2007 SP2 is available for download .  The 2007 Microsoft Office Suite Service Pack 2 (SP2) provides customers with the latest updates to the 2007 Office suite (the products that are affected by this update are listed below). This download
Posted by brijs | 1 Comments

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

MAPI documentation got Revamped

If you are developer working on MAPI then here is the news: MAPI documentation is revamped and republished on MSDN Welcome to the Outlook 2007 MAPI Reference http://msdn.microsoft.com/en-us/library/cc765775.aspx Angela also talked about it @ http://blogs.msdn.com/officedevdocs/archive/2009/01/20/where-is-the-mapi-documentation.aspx
Posted by brijs | 1 Comments

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)'

BUG: "Value does not fall within the expected range." error after installing VSTO 3.0 MSI package

If you are getting "There was an error during installation. Value does not fall within the expected range." error along with following exception: ************** Exception Text ************** System.ArgumentException: Value does not fall within the expected

HTML controls are not appearing properly in the email on Outlook 2007

HTML controls are not appearing properly in the email on Outlook 2007. This behavior of Outlook2007 is by design. Here are link related to the issue. · Outlook 2007 uses only Word as the e-mail editor http://support.microsoft.com/?id=933793 · Microsoft
 
Page view tracker