Outlook addins are self-contained programs that extend or add functionality to Microsoft Outlook.

learn more… | top users | synonyms

0
votes
0answers
16 views

make single Bundle project using Bootstrapper in Window installer XML

i have done a project for outlook add-ins. then i used WIX to create a setup file for this add-ins. But we need resolve the dependencies too, so i made a bootstrappper project using wix, which first ...
2
votes
0answers
556 views

Send Message with Custom Properties with Redemption

I’m using Redemption.dll to set custom properties to my messages with set_Filed() and get_field() in C#. Everything works perfectly until the moment I send my messages. From Outlook I use ...
0
votes
0answers
5 views

Outlook, multiple add-ins squabbling over the “Send” button

I have two Outlook addins; a 3rd-party one (actually harmon.ie) and one that was built in my firm. Both respond to the "Send" button in Outlook. At the moment, when a user clicks "Send", harmon.ie ...
3
votes
2answers
664 views

Crm 2011 outlook client - Set regarding mandatory

Our client is using Microsoft CRM 2011 outlook client and they have a unique business need. They want to make the "Set Regarding" mandatory for all of their employees using outlook to send emails ...
0
votes
1answer
24 views

Visual C#: Add ribbon button to start tab? (Outlook add in)

I´m using the ribbon designer in visual studio 2012 for a outlook add-in. I need to add several ribbon buttons to different existing tabs in the Outlook ribbon. Right know my button shows up in ...
15
votes
4answers
10k 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 ...
0
votes
0answers
13 views

Show Progress Bar in Outlook Addins

i m developing a Outlook Add ins using C#. hare i extract all the attachment(in doc or docx) which is attach with selected mail. i have create a button on tool bar using add in.when i click on button ...
0
votes
1answer
20 views

blocking inactivating outlook add-in

I am writing a add-in for outlook. I want to ask password before inactivating the add-in. if password is not correct, Add-in shouldn't be inactive. While inactiving add-in it is firing ...
16
votes
5answers
10k views

Outlook Add-In tutorial?

Does anyone know of a good example for getting started with Outlook add-ins using C#?
0
votes
1answer
6k views

Outlook MailItem Save/SaveAs

I have an outlook add-in that allows the user to save an email into a database. When the user does save the email i modify the email subject so it can be identified as being saved. Saving the email ...
0
votes
1answer
18 views

Access Categories from shared calendar?

I can access the Category collection by using the following: Globals.ThisAddIn.Application.Session.Categories But if I have delegate access to another calendar, how can I get the list of categories ...
0
votes
1answer
15 views

C#- Outlook Addin - Prevent message suppression

I am currently working on a small addin for Outlook (2007 & 2010). When I click on a mail item, (not opening it, just to see it in the explorer), a form with a textBox appears. So, i type my ...
0
votes
0answers
38 views

Outlook Add-in fails when searching Exchange Global Address List

I'm creating an Outlook 2010 Add-In using VS2012. This Add-in will add all the members of a distribution group to the auto-complete list in Outlook. That's all working but only when debugging in VS ...
1
vote
2answers
29 views

Exchange ItemID differs from GlobalAppointmentID for Outlook AddIn

The problem I'm having is that the GlobalAppointmentID of a Outlook Appointement created using a Outlook FormRegion differs from that of the ItemID when using EWS Managed API. I'm creating an Outlook ...
-1
votes
1answer
26 views

Outlook 2013 Add-In MailItem

I created an Outlook 2013 AddIn which should read the "location" field of an E-Mail. I achieved it to get the selected MailItem and to read the subject from it but is there a way to read the ...
0
votes
1answer
12 views

VSTO 2007 outlook addin crashes

I am creating VSTO 2007 outlook Addin using COM . It reads all the mailtems from outlook and marks(categories) the undelivered mail items as undelivered. I am using below code for marking the ...
0
votes
1answer
32 views

Removing duplicates Mailitem based on Subject ,body , Recipient name,Received Time

I am using VS 2010 , Dot Net Framework 2.0 . I have created a project in Extensibility->Shared Add-ins for Outlook. I want to remove duplicate Mail-item based on Subject ,body , Recipient ...
0
votes
1answer
22 views

How to place Toolbar icon in outlook addins.?

here i m creating the Outlook addin for 2007.here i add tool bar and add one button on this tool bar. i want attach icon with button(button name is import)., here i write a function getimage() to set ...
0
votes
1answer
15 views

Outlook add-in vs Form?

I am going to develop an app that sits between a exchange server and outlook performing some additional operations. My extension for outlook will by default send all the mails to my app, it does some ...
0
votes
3answers
46 views

Extract attachment from selected mail from outlook?

Here I'm going to create an Outlook add in which extracts an attachment from Outlook using C#. I place a button on Outlook using add ins and on on_click event, I called this method below; code is ...
1
vote
2answers
716 views

Is there a way to replace the Reading Pane with a VSTO CustomTaskBar in Outlook 2007?

I have a custom task pane I've made in VSTO for Outlook 2007, but it needs a fair amount of screen real estate to be functional. I'd like to just take over the place of the Reading Pane, as it won't ...
1
vote
2answers
695 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 ...
0
votes
2answers
343 views

How to get the Outlook mail item's size?

'm writing an Outlook Add-in for Outlook 2007. This is a VSTO 3.0 , C# add-in. I capture the send event in the add-in and then check some of the Email properties (Which is being sent out) and based on ...
0
votes
3answers
42 views

Outlook Addin - How can I set “High Importance” on email sent using C# in VSTO

I want to know how do I set the headers of email on click on checkboxes. I have created required checkboxes in FormRegion. Example: I have checkbox named HighImportance, on click of that I want to ...
4
votes
3answers
957 views

How to add a group to multiple built-in Ribbon tabs (vsto)?

This is VS2010 + Office 2010 add-in. All I want is to add a button (or button group) to multiple built-in tabs. For example, my buttons should be available in both New Mail Message Ribbon and in New ...
0
votes
2answers
47 views

Outlook Addin: Working with threads

I'm working on an Outlook Addin, and I have to process a large amount of items. This takes quite a lot of time, and I therefore tried to have the processing running in a different thread (using ...
0
votes
2answers
38 views

Can't find the list of most (all?) tab names for the ribbon in Office

After some heavy googling, I've concluded that I'm unable to locate information on the id names for the different components of the ribbon in Office. For instance, even though the following XML ...
0
votes
1answer
27 views

dropdown box in “new” email dialog

I want to add - dropdown menu in "new" email dialog in outlook 2010. Can any one tell me how can i add dropdown or propulte menu list in new email dialog window. this selected email (from drop down) ...
1
vote
0answers
17 views

Object reference not set to an instance of an object. - Outlook 2010 AddIn ContextualTab Button

I am having trouble iterating through the list of selected attachments in my Outlook 2010 Addin Project. Here is the ribbon1.xml <customUI ...
0
votes
1answer
22 views

Outlook AddIn: How can I call InvokeRequired?

In my Outlook 2013 VSTO AddIn, I have this code: Private Sub ThisAddIn_Startup(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Startup Task.Run(Sub() DoStuff()) End Sub Private ...
0
votes
1answer
23 views

Saving object of Mailitem or any property which can be used to invoke Mailitem which was saved

I am using VS 2010 , Dot Net Framework 2.0 . I have created a project in Extensibility->Shared Add-ins for Outlook. I want to save Outlook.MailItem Object in a DataTable on explorer_SelectionChange() ...
1
vote
0answers
77 views

Creating Follow up email Reminder in Outlook Shared Add-ins

I am using VS 2010 , Dot Net Framework 2.0 . I have created a project in Extensibility->Shared Add-ins for Outlook. I want to create a follow up email reminder using Com Add-in can any body help me ...
2
votes
1answer
3k views

How to access Application property in VSTO Outlook add-in outside of ThisAddIn class?

ThisAddIn class created with new Outlook VSTO C# project has a Application property that you can use to among other things get access to Outlook folders and items. The problem is that you can easily ...
0
votes
1answer
36 views

Outlook Addin: Iterating over items of a fodler doesn't return all items

I have a folder with 800+ items. When seen via Outlook, I can see only ~40 items, with the message "There are more items in this folder on the server" appearing at the bottom of the items list. When ...
0
votes
0answers
32 views

How do I enable/disable my Ribbon Buttons in Outlook after ribbon loads

I have an Outlook Add-in created with VSTO. Using the Ribbon Designer I have created a tab with several controls (buttons etc) on it. (Environment: Outlook 2010/2007, .NET 4.0, VSTO 2010 runtime) I ...
0
votes
0answers
12 views

how to deploy updates to office addins / versioning & building workflow

I wrote an Office Outlook 2010 Addin in VB .net in VS 2012 and use the publish option of VS to create a folder that contains "setup.exe" and the "Application Files" folder to deploy it on other ...
0
votes
0answers
84 views

Outlook 2013 addin - Change elements colors/fonts programmatically

Currently I'm trying to write a simple addin which will allow me to customize appearance(colors, fonts) of elements. So, in the end I want to end up with my personal theme. My questions is: How ...
0
votes
2answers
51 views

Getting From, SentOnBehalfOfName and Account name from MailItem Object (Outlook Shared Addins)

I am using Vs2010 -> Extensibility->Shared Add-in I have added a event handler to my ItemSend applicationObject.ItemSend += new ...
0
votes
0answers
16 views

Outlook 2007 add-in vsto combobox

Is it possible to have a comboBox for each open mail and add the content of the combobox to the mailbody? the comboBox can be located in the ribbon bar or in a popup window. i'm using visual studio ...
0
votes
1answer
39 views

Identify reply mail of which mail category using internet header info

i am working on an application which send email with custom internet header info in it which is used to identify mail type it has been sent. for example, if i sending for option A it will be my ...
1
vote
1answer
474 views

How do i active ADX Com Add-in under Extensibility of VS 2010

I have installed VS 2010 in order to office programing (an extension for outlook ) In sample i find ADX Com Add-in under Extensibility New Project->other project types->Extensibility->ADX Com ...
0
votes
1answer
83 views

Outlook Add-in 2013 - Animated Gif images in the ribbon

I'm developing an Outlook Add-in in Visual studio 2012 (.NET 4.5). To present information to our users I need to display an button in a custom ribbon whose image is an animated gif. Thus far I have ...
0
votes
1answer
37 views

register eventhandler for Office 2013 event in vs 2010 by reflections in C#

I have an Outlook 2010 Add-In project written in C# using Visual Studio 2010. Since the Add-In is overall working in Outlook 2013 I just want to make a slight modification, to prevent problems with ...
1
vote
1answer
48 views

How to extract this with regular expressions in C#

I'm recently making an AddIn for Outklook in C#. I started to see regular expressions. I have one text like the next one (plain text in a string or a txt file), and I have to extract everything except ...
0
votes
3answers
33 views

Capture the event of a sent email in outlook

i'm writing for a addin for Outlook and i'm trying to capture the event of a mail sent from outlook. On thw web i've found a lot of examples for a SEND email, but i need to know the event of an email ...
0
votes
0answers
38 views

Can I attach a custom view in outlook Task Pane in outlook Add-in

I'm just starting out with office add-in development, and I'd like to be able to add my custom usercontrol to the existing task pane in outlook (2010) - can this be done? For clarification, I'd like ...
1
vote
0answers
33 views

Set focus to the subject field in “new message” form using C# Add-In for Outlook 2007

I just need to know how to set focus for the subject field of the "new message" form once it is opened.. Can this be achieved ?! Many thanks for your help.
0
votes
0answers
26 views

add custom title to mail message via Outlook add-in

I want my Outlook 2010 Add-in to add a custom title\notification to a mail item, like the automatic "You replied to this message..." title. Is there any way to achieve this?
0
votes
0answers
19 views

How to find the Cursor Position in Outlook Addins

I am using Outlook 2007 to develop outlook add-in to add text in the To,CC,Bcc mail boxes.I am having ComboBox to show the text. Once the User select the text and click on Add button it should add to ...
4
votes
1answer
77 views

RibbonDropDown losing items

I'm adding items to a RibbonDropDown that is used by the New Email inspector at run time. I add the items on start-up and also refresh the list on demand (when the user presses a button) public void ...

1 2 3 4 5 17