Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
1answer
236 views

_MailAutoSig Bookmark missing (Outlook 2010)

I wrote an addin a while back for Outlook that adds/removes an optional tagline below the signature in an outlook message. This add-in works with no issues. I'm writing a second add-in that needs to ...
11
votes
1answer
485 views

Importing ics file to an Outlook.AppointmentItem

I have an Outlook 2007 add-in that is trying to import ics files into Outlook.AppointmentItem objects so that I can read attributes about certain appointments. Currently I am not able to read the ics ...
10
votes
4answers
991 views

Outlook 2003 Add-in won't load, but is in working order

I have created an Outlook add-in for 2003, 2007 & 2010. The add-in works fine in 2007 and 2010, but is not loading correctly in 2003 on any machines, other than my own dev machine. There are no ...
6
votes
0answers
177 views

Alternatives for replacing text selection under Outlook with custom HTML code

I need to replace an user selection while editing an Outlook e-mail with my custom HTML code. I tried two approaches: Using the Clipboard In HTML mode. Getting the Word.Range from the ...
6
votes
2answers
604 views

How to programmatically get a contact's picture in Outlook 2010?

How can you get a contact's picture from Outlook and save it to a file? Thanks!
6
votes
2answers
601 views

Difficulty starting VS 2010 debugger attached to Outlook to debug plugin

I'm trying to write an Outlook Addin in C# using Visual Studio 2010 and WPF and it's turning out to be difficult to debug. I would like to have VS automatically attach to OUTLOOK.EXE upon startup so ...
6
votes
2answers
4k views

Outlook Add-In tutorial?

Does anyone know of a good example for getting started with Outlook add-ins using C#?
6
votes
5answers
4k views

Can I add a custom “Send” button to Outlook?

I'm creating a secure message alternative to email for my organization. We exchange confidential patient information with outside treatment providers. To protect privacy, we cannot use email for ...
5
votes
1answer
241 views

c# VSTO Outlook link image without it being embedded

I am trying to add an HTML link with an image as the anchor, but when I hit send, Outlook automatically embeds the image in the email which makes it more susceptible to being caught as spam. ...
5
votes
1answer
414 views

Outlook 2007 Add-in Exception Handling

I have an Outlook 2007 Add-in that I recently inherited and there is currently an issue in production where some users are getting their add-in disabled periodically and seemingly randomly. There are ...
4
votes
1answer
90 views

Remove Exceptions from a Series

I have a series in Outlook with a few exceptions. What I would like to do is remove all exceptions from this series. Does anyone know if there is a way to do this? Since the exceptions list is ...
4
votes
3answers
582 views

Outlook 2007 Addin C# - Startup Path

I am using some Win32 dlls in an Outlook 2007 add-in. So I added the dlls, with build action "Content" and copy to local directory. To get the path to them, I would normally use: ...
4
votes
1answer
90 views

Outlook 2003 and Outlook 2007 Plug-in COM Resources release

I have done my second complete Outlook 2003 Plug-in. What I want to know is 2 things: Is it necessary to release the COM Objects when developing a Outlook 2003/2007 Plug-in? I know that they get ...
4
votes
2answers
384 views

Using Wix to Deploy an Outlook Add-In

I have a requirement to create an installer for an Outlook 2003 add-in that was created with VSTO. We currently are using Wix for our installers as they play nice with MSBuild and I need to use it to ...
4
votes
3answers
364 views

Developing MS Outlook Plugin using .NET

I am currently building 3-tired ASP.NET 3.5 Web application which has workflows built in for manager approvals. Currently there is a dashboard on the homepage of the website where all the pending ...
4
votes
3answers
941 views

C# How to get the send of behalf email address in outlook add-in

I'm trying to get the sender email address from email that is send using another email address. The sender as shows in outlook is ditribution-lists@domain.com on behalf of User Name ...
4
votes
2answers
2k views

Storing Outlook emails in a Microsoft SQL Server database

I am using c# to write an Outlook 2007 add-in to store emails in a SQL Server 2005 database. I would like to be able to store the entire .msg file in a varbinary(MAX) field. Is there a way to do this ...
4
votes
1answer
972 views

Office 2007: Programmatically control Out-Of-Office assistant?

Does anybody know how to programmatically enable/disable the actual state of the out-of-office auto-responder in Outlook 2007? Already searched the object browser in VS 2008 and found the enumeration ...
3
votes
1answer
63 views

ItemAdd event on a public folder on Exchange

I have a problem with attaching an event handler to an ItemAdd event of a public folder. The problem is the event handler stops being called after a few successful calls. The code is trivial. ...
3
votes
2answers
211 views

Outlook 2010 addin C# public methods

I need to develop an Outlook 2010 add-in and I am new to Visual Studio and C#, as I mostly use PHP and JavaScript. I am using Visual Studio 2010 and I've created a project using built-in Outlook 2010 ...
3
votes
2answers
2k views

How to troubleshoot a VSTO addin that does not load?

My VSTO Outlook Add-in suddenly stopped working on one customer machine (it does not load, no error message) and I'm stuck with troubleshooting. The machine is Windows 7 x86, Outlook 2007. The add-in ...
3
votes
1answer
674 views

Sending Outlook 2007 Meeting Request with HTML Body

I know that Outlook.ApointmentItem.Body only supports plain and rich text formats. But my requirement is to send the Appointment with a Html body. Currently I am saving the ApointmentItem as an ics ...
3
votes
1answer
210 views

Outlook plugin not loading after clicking mailto links

I've created an Outlook 2007 AddIn that among other things has to perform some actions when user creates a new email. I've hooked to proper events and everything works correctly in all but one case. ...
3
votes
4answers
4k views

My VSTO 3.0 Outlook addin doesn't load

I'm trying to diagnose why my Outlook plugin written in C#/VSTO 3.0/VS 2008 doesn't load after being installed. The plugin works awesomely on my development machine, which has Visual Studio 2008 ...
2
votes
0answers
48 views

C# Outlook AddIn - Cannot seem to access shared mailbox

I've written a add-in for outlook 2007 in .NET 4.0, C#. The addin simply does some manipulation to the subject for any incoming email. This add-in works in my 'test environment', which is basically ...
2
votes
1answer
42 views

Can Outlook filter emails that have not received any answer?

I need to send many emails to near 100 persons each day - so I need to track resolution of some questions. Is it possible to list the recipients that haven't replied to a particular email? Or move ...
2
votes
1answer
101 views

Adding hidden bcc for outlook with c#

I'm using POP for mails and I want to inform one of my company mails when a message is sent by one of the users. And I want it hidden so they cannot delete it. I see there are solutions bun not free ...
2
votes
1answer
42 views

Outlook COM Addin bundle install with a seperate msi file C#

I'm trying to be able to bundle an Outlook addin (.dll file) that I've made in C# with a separate msi installer (not the default one created in Visual Studio). The add-in works great using the ...
2
votes
1answer
99 views

How do I make my GUID visible for a VSTO Add-in

I've tried adding the following code to the beginning of my add-in code as such: Namespace NS [Guid("211B3945-E2AE-48DD-8A9A-77ADB40EC6D5")] [ComVisible(true)] public partial class ...
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
2answers
150 views

Can an Outlook 2003 COM add-in written in VB6 be made to work with Outlook 2010?

I have inherited an Outlook 2003 COM add-in written using VB6 (note: NOT VB.NET). I need to upgrade this to work with Outlook 2010. Is it possible to create an add-in for Outlook 2010 using VB6, or ...
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
1answer
336 views

C# VSTO Add-in - Convert plain text email to HTML

We have written a VSTO addin for Outlook 2010/2007. At one point, our addin must convert plain text emails to HTML from a ribbon control. This causes some strange behavior in Outlook: We're using ...
2
votes
2answers
61 views

How to handle HRESULTs in Outlook addin?

Based on this SO answer: Catching COMException specific Error Code, I'd like to know, to properly handle COMExceptions across OSs and multiple versions of OL, if I need to only look at a specific ...
2
votes
1answer
1k views

C# dual Outlook 2007/2010 VSTO Add-in

We need to create a VSTO add-in in C# that supports both Outlook 2007 and 2010. To start off we created 3 projects: File->New Project->Office->2007->Outlook 2007 Add-in File->New ...
2
votes
1answer
86 views

WPF button action won't trigger if I have code referencing a WinForms project

I'm coding an Outlook 2010 plug-in in .NET 4.0, which use WPF technology, and am experiencing some wierd stuff. I'm trying to open a WinForms Form that resides in a referenced WinForms project. In the ...
2
votes
0answers
105 views

Customizing Business Contact Manager 2010?

Questions: Is it possible to add an auto-increment field to a BCM form? I need to have an auto generated identifier for each Opportunity. Is it possible to track emails on an Opportunity level? I'm ...
2
votes
1answer
187 views

Cancel close outlook form region

I was wondering how you can cancel the closing of an outlook form region. I want to display a dialog to tell the user that the form is incomplete and a yes no option for continuing. But because ...
2
votes
1answer
140 views

How does Outlook insert “magic” addresses into To field?

How do Outlook's TextBox objects intelligently know that contact information has been added and that it corresponds to existing ContactItems? How can I duplicate this behavior for a custom form ...
2
votes
1answer
430 views

Plugin for Outlook to show the picture of sender (in C#)

The following are the two tasks I want to accomplish: I want to import all the contact details including the image from the intranet site to Outlook. (I think this part, I can easily handle by ...
2
votes
1answer
232 views

How to develop addin for MS Outlook?

How do I develop addin for MS Outlook that works with all 1. Outlook 2010 2. Outlook 2007 3. Outlook 2003 I have developed addin that works well with 2010 and 2007 BUT NOT with 2003. I want ...
2
votes
1answer
79 views

How to distinguish my appointment from delegator appointment in Outlook?

I'm writing C# addin, and I have a problem with appointments. Let's say that I'm delegated user, so I have two calendars in my outlook, on is mine default calendar, and one calendar of my delegator. ...
2
votes
2answers
150 views

outlook programming with C#

I am planning to do an add-ins project for Outlook 2007. I am pro developer in C#, WPF. Please suggest books or sites for me to learn Outlook programming with C#. Any help would be appreciated. ...
2
votes
0answers
207 views

Custom email icon outlook add-in

I would like to show a very small modifier icon on email messages that are displayed in outlook using my outlook plugin. Despite a lot of searching, I am unable to find any sample code to do this. Is ...
2
votes
1answer
237 views

Outlook Addin Deployment Thread

i am developing a outlook addin in c#, heres my startup: private void ThisAddIn_Startup(object sender, System.EventArgs e) { //adds the new issueTopMenu //Search the menu and ...
2
votes
0answers
52 views

Changing presence context menu behavior in Outlook

I am trying to change the behavior of the default context menu that comes when Outlook is integrated with Communicator 2007. Specifically I am trying to change the action when a user right clicks a ...
2
votes
1answer
458 views

VSTO Outlook: Creating a dynamic custom context menu for a mail item determined by subject line

Is it possible to add different items to a mail item custom context menu by inspecting the contents of the item? For instance, only add the item if the subject line contains "IMPORTANT".
2
votes
1answer
618 views

How do I append a User Mail signature in Outlook to an email created programmtically

I have an OL addin ( c# com using addin express) that is doing something like this mailItem = (Outlook.MailItem)OutlookApp.CreateItem(Outlook.OlItemType.olMailItem); mailItem.To = ...
2
votes
1answer
183 views

Using vsto in Outlook, How do I trigger the new mail toast/alert?

Env: VS 2010 | .net 3.5 | Outlook 2007 | VSTO 3 I have an outlook addin that adds a new message type (by inheriting from PostItem). I'd like to trigger the Outlook New Mail Toast/Alert when a new ...
2
votes
1answer
693 views

Pros & Cons of using windows Active Setup

What are the known Pros/Cons of using windows active setup for deployment? Does Microsoft recommend/support using active set up? If your are interested, here is the context: I'm working on outlook ...

1 2 3 4 5 10