Tagged Questions

The Outlook Object Model is the hierarchy of objects, methods and properties exposed by Outlook and available through VBA. This tag pertains to questions having to do with this hierarchy as well as it's relationship with other Office object models.

learn more… | top users | synonyms

3
votes
2answers
286 views

How can I determine if an Outlook folder is public?

I need a way to determine if an Outlook folder is public. I suspect there is some property Microsoft.Office.Interop.Outlook that will allow me to do it, but I can't find it.
3
votes
1answer
2k views

Can I iterate through all Outlook emails in a folder including sub-folders?

I have a folder which contains a number of emails and sub-folders. Within those sub-folders are more emails. I'd like to write some VBA which will iterate through all emails in a certain folder, ...
3
votes
2answers
762 views

Detecting Outlook autoreply/out-of-office emails

Been googling for this and haven't found anything ... Does anybody know if there is a way, given an Outlook email item, to detect whether it was sent by the "Out Of Office Assistant"? Is there any ...
2
votes
1answer
96 views

Outlook Object Model - Hooking to the Conversation Cleanup Feature

Outlook 2010 has a feature called Convesation Cleanup. This feature is implemented using the Conversation Header Outlook Object Model. I would like to hook to this call and perform an action when ...
2
votes
3answers
96 views

Get Inboxes from Outlook

I configured two Exchange accounts in Outlook 2010, however I cant find out how to get to Inbox of the second account. Session.GetDefaultFolder() always return the first one. Even enumerating ...
2
votes
2answers
236 views

Delphi to display embedded image in outlook msg

I am reading outlook msg files in Delphi 2010 and displaying the html body of a message in a twebbrowser. It does not however display the embedded image. Hot to display embedded images in outlook ...
2
votes
3answers
382 views

Dynamically load and use COM object in C#

I have a C# project, where I would like to access MS outlook, if it is installed on a client´s machine. The "access outlook" part has been done by referencing the outlook COM object, and going from ...
2
votes
2answers
545 views

Outlook Appointment Item: Set the “Label”

In Outlook 2003, when you have a calendar event, it has an option to set its Label to Important, Business, Personal, etc, each having a different colour. This colour will be the colour of the ...
2
votes
1answer
421 views

Create IMAP account in Outlook 2007 programmatically

we're rolling out a new voicemail system, and trying to figure out a way to programmatically add a new IMAP account to a user's Outlook. Idea is that I create a form that takes a bunch of fields ...
2
votes
1answer
447 views

How do I get the Outlook VBA “FreeBusy” method to return the truth?

I've got a simple bit of Outlook VBA which looks up the FreeBusy status of a number of meeting rooms to determine whether or not they are free. In the last couple of days, the following code: ...
2
votes
1answer
1k views

Get Mailbox name in Outlook Addin using VSTO

I'm working on Outlook 2003 AddIn using VSTO.Is there a way to Get the Mailbox Name OR NTUserName of the user.
2
votes
2answers
305 views

Outlook 2003 Addons

I want to create a custom Addon/plugin for Outlook 2003, to support integrated functionality with a task management system. I am unable to find many good development resources for the same. Can ...
2
votes
3answers
4k views

Outlook HTML Mail - changing linked items to embedded

I'm attempting to send HTML formatted emails using C# 3 via Outlook.MailItem Outlook.MailItem objMail = (Outlook.MailItem)olkApp.CreateItem(Outlook.OlItemType.olMailItem); objMail.To = to; ...
2
votes
2answers
1k views

Finding the type of Outlook.MAPIFolder

I'm building an outlook control for an application, and am populating a treelist by recursively adding child folders. These folders are declared as Outlook.MAPIFolder. But the application only ...
1
vote
1answer
192 views

No Application Quit event in Outlook?

I'm using the 12.0 Interop library, which is the default for Outlook 2007. I'm actually aiming for Outlook 2003 to 2010 integration with a code example that registers to a quit event. Even though the ...
1
vote
1answer
336 views

How to connect to outlook 2010 while its running in c#?

What I am trying to do is add an "Email To..." button to a winform client that opens a new outlook mail window and attaches a file so the user can forward it. I can get the outlook integration working ...
1
vote
0answers
368 views

Get Window Handle from Inspector [closed]

Possible Duplicate: Open Event of Window and Handle of Window Hello all, How do I get a window handle (IntPtr) from the Outlook window I have just opened? OutLook.Items items = ...
1
vote
1answer
388 views

Outlook Object Model - Detecting if email has been sent

I have the following code in my test Delphi 2006 BDS application: procedure TForm1.Button1Click(Sender: TObject); const olMailItem = 0; var Outlook: OleVariant; vMailItem: variant; begin ...
1
vote
1answer
312 views

VSTO Outlook 2007 unique message ID

I am creating an Outlook 2007 add-in using VSTO. I need to store information (entered by the user) about each email. My first thought is to create a small "database" that references each email as ...
1
vote
1answer
379 views

How do I get the selected text from a WordEditor Object and change it's color?

I'm trying to use the WordEditor object to modify the color of the selected text (Outlook VBA) but i'm unable to find documentation or examples on how to do it. Any ideas? I don't want to use the ...
1
vote
1answer
665 views

Searching Global Address List/Book

I'm developing an app that will allow the user user to view the contents of an inbox that they have access to. I am having a difficult time trying to find a means of searching the Global Address List ...
1
vote
1answer
387 views

How can I format messages with Perl's Mail::Outlook?

I'd like to format messages that I send using the Mail::Outlook.For e.g. change the font size or make it bold etc. How do I do this?
1
vote
1answer
491 views

Outlook Email Send event raised on Background Thread

I am creating an Outlook Mail Item object and watching for the Send event. All appears well, but when the Send event fires, the event is raised on the background thread of my application. The reason ...
1
vote
2answers
285 views

VB.net 2005 Sending Emails With Outlook 2003

We currently use the following code to create an email in Outlook so that the user can type what they want in Outlook, then when the email is sent, the system prompts them to see if they would like to ...
1
vote
1answer
531 views

How can I access an Outlook message using a unique and stable identifier?

I'm building an application that analyzes Outlook email messages, stores the analyzed information, and later allows the user to open messages meeting certain criteria. I expected that I would extract ...
1
vote
2answers
266 views

How to access the subject of a compose mail item in Outlook

In Outlook, I can set the subject for a new message (when composing a new mail message), but I want to prepend text. So I need to get the subject first, and then set it. Outlook.Application ...
1
vote
1answer
840 views

How can I find “People's Contacts” folders via Outlook's object model?

I have some code that locates all the contact folders that a user has access to by iterating through the Application.Session.Stores collection. This works for the user's contacts and also all the ...
1
vote
1answer
328 views

How can I avoid “RPC Server is unavailable” when a user closes Outlook, and my app is using OLE Automation?

My application uses the Outlook object model. Outlook is an out-of-process COM server. Before Outlook 2007, if the user would close Outlook while my app had a reference to it, Outlook would stay ...
1
vote
1answer
86 views

CPU usage reachs 100% while inserting contacts in Outlook using C#?

This question is related to my question regarding inserting contacts to Outlook. Nobody was able to suggest any way of doing this beside beside OOM (Outlook Object Model) or Microsoft Outlook object ...
1
vote
2answers
1k views

Application.ActiveInspector() is Null on Outlook Ribbon Load

Is it possible to access the ActiveInspector at the time of ribbon load. Application.ActiveInspector() returns proper value when I use custom form but does not for default contact form. I need the ...
1
vote
2answers
172 views

How do I reliably tell that two Inspector references point to the same inspector instance?

[continued from Is there a way to tell whether two COM interface references point at the same instance?] I've got references to Inspector objects from two different sources and need to be able to ...
1
vote
1answer
829 views

Event on Item Marked as Read in Outlook - Delphi COM Add-in

I have a Delphi COM Add-in for Outlook (2000-2007) and am trying to find a way to register an event when an MailItem in Outlook is marked as read. I want to add an additional property to the item ...
0
votes
1answer
17 views

Outlook - how to access appointment attribute COMPANY

The Outlook data model for Appointments includes an attribute called COMPANY. I cannot find where to enter this information anywhere. If I create a new appointment, I can enter start time, stop ...
0
votes
1answer
49 views

How to create new Exchange public folders?

We tried last night to build some code which would create a new public folder in Microsoft Exchange from within a .NET Winforms application. Googling for code took us to a bunch of code samples ...
0
votes
0answers
33 views

How to convert Msg file to MDI file in C# or VB.net?

Please I need help reagarding this. Have tried to use the MODI library and MAPI to carry out what I need to do but I first need to convert msg files to mdi files using vb.net or c#. I have looked over ...
0
votes
1answer
76 views

Outlook Object Model ContactItem won't delete

I'm bedeviled by this. I have a c# application that I need to have a backup before I modify my main contact. But it seems that the copy, sticks around no matter what. I'm verifying this by visual ...
0
votes
0answers
99 views

Error thrown when opening e-mails using outlook api

Question: I get the following error message when opening what appear to be valid .MSG files using Outlook API to open emails: Unable to cast COM object of type 'System.__ComObject' to interface ...
0
votes
2answers
147 views

How to detect when a specific mail item has been sent out using c#

I have a problem and need some help. My application uses outlook to send email with attachments. Right now i need to find out when the email with attachment has been send out completely by outlook. I ...
0
votes
0answers
63 views

Outlook COMException

Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 ...
0
votes
1answer
706 views

How to add an embedded image to an HTML message in Outlook 2010

I have Office 2003 VBA code that uses the technique described here to embed an image in an HTML message using undocumented MAPI properties and CDO 1.21. CDO 1.21 is no longer supported, but according ...
0
votes
1answer
158 views

MAPIFolder deprecated so workaround for Outlook programming?

MSDN says this of the MAPIFolder interface (Outlook programming with WPF): This interface is deprecated; do not use this interface. Instead use the interface Folder to access all method, ...
0
votes
0answers
86 views

Sending Auto-Invites from an outlook mailbox

Can we configure a mailbox to send auto-invites using a C# code? Actually, I want to send auto-invite based on a specific email that this mailbox would receive. This email would have a specific ...
0
votes
3answers
119 views

Ready event in Microsoft Outlook 2010?

Is there an event in Microsoft Outlook 2010 which one can subscribe on, in order to known when Outlook has finished initializing and all components, folders etc. have been loaded?
0
votes
1answer
252 views

Open Event of Window and Handle of Window

How do I get a window handle (IntPtr) from the Outlook window I have just opened? OutLook.Items items = oFolder.Items; foreach (OutLook.MailItem mail in items) { ...
0
votes
1answer
89 views

Show Outlook Advanced Find dialog from .NET

When using Outlook 2007 or 2010 you can bring up the Advanced Find dialog by pressing Crtl+Shift+F. I have performed advanced queries against Outlook contact items and calendar items, but would like ...
0
votes
1answer
309 views

Open e-mail message in outlook window from web

I have a web page driven by data taken from an Exchange server using the Exchange Managed Web Services API. I'd like to add links to the email messages so the user can pre-read them before filing them ...
0
votes
1answer
1k views

Outlook 2010: How to compose e-mail from VBScript/JScript

I have some JScript code I have been using for a few years which is able to read an XML file and open an Outlook compose window with the to/cc/subject fields prepopulated and files pre-attached based ...
0
votes
1answer
264 views

Outlook Object Model - Detecting Mailboxes

I have a Delphi 2006 BDS application with the following code to iterate outlook mailboxes and then the Inbox and Sent Items within the mailbox: try nameSpace := outlook.GetNameSpace('MAPI'); ...
0
votes
1answer
406 views

Outlook 2010: Custom Task Items

I am interested to take an existing Outlook task and add some more attributes, methods, behaviors to it to make my own custom task item. Is it possible to extend an Outlook task? Can I use the ...
0
votes
0answers
49 views

Outlook 2010: Best way to tie a Ribbon tab to the Tasks view

I have added an Explorer tab which gets displayed everywhere regardless of which view I am on. Is there any way for me to restrict its visibility just the the "Tasks" view. i.e., it should only ...

1 2