Outlook addins are self-contained programs that extend or add functionality to Microsoft Outlook.
3
votes
1answer
228 views
Initialize Ribbon base on version of Outlook (2007/2010) in Visual Studio 2010/VSTO 4.0
I'm creating an Outlook add-in for 2007/2010 using Visual Studio 2010, VSTO 4.0
I have 3 Projects:
2010Ribbon (Ribbon1.cs, Ribbon2.cs)
2007Ribbon (Ribbon1-2007.cs, Ribbon2-2007.cs)
shared code ...
0
votes
0answers
110 views
Outlook add in get current AppointmentItem [closed]
I want to create a RibbonItem (with .NET and Visual Studio 2012) which is active only in Appointment-Forms, so I know for sure that when someone hits the "save"-button, that there is an ...
0
votes
1answer
236 views
Outlook 2010 add-in first time
I need to create an add-in to my outlook 2010.
I have started a new project with office outlook 2010 template, and didn't add any code.
When I click the F5(run) the outlook 2010 application starts ...
0
votes
0answers
149 views
Outlook adding a button without adding a custom ribbon [closed]
I want to create a custom button in the date-section of outlook 2007 and above using VB.NET or C# and VisualStudio 2012. Bad thing is, I can't use VBA to accomplish this.
All I found so far are ...
0
votes
1answer
261 views
ribbon.InvalidateControl() does not work unless the Inspector is “Activated” again
I am using Ribbon XML and VS 2010 to build some custom button controls to Outlook 2010, but having some problem refreshing the state of the buttons.
I created 2 buttons for idMso="TabReadMessage" ...
0
votes
1answer
430 views
CreateRibbonExtensibilityObject Only Creates One Ribbon Object - Outlook 2010 Addin
I'm creating an Addin to be used in Outlook 2010 using Visual Studio 2008 (.Net 3.5). I have two separate ribbons defined. One of them is used to create context menus for attachments and the other is ...
2
votes
0answers
171 views
create shared code for Outlook 2007 and 2010 VSTO 4.0 add-in with Visual Studio 2010
I'm creating an Outlook add-in that uses .NET 4.0 VSTO, Visual Studio 2010 that targets Outlook 2010/2007.
I will be creating a different Ribbon so will need to create 3 projects:
- 2010 ribbon
- ...
3
votes
1answer
440 views
Pop-up notification for Outlook Add-in (calling Form.Show() from background thread issue)
My Outlook 2010 add-in (using VSTO) does some web-service calls in a different thread when a mail is sent. I'd like to display a small non-modal pop-up notification (like those of Skype/yahoo/Windows ...
0
votes
0answers
37 views
Determining which office application is accessing addins?
I've got an Office Addin for Outlook, my problem is that it also loads in Access! My question is how can I determine what office application is trying to run my addin, and I would like to do the ...
3
votes
0answers
213 views
Outlook addin in C#: what happens between Forward and Open events?
In Outlook addin I have two event handlers registered, for MailItem.Forward and MailItem.Open
When I receive Forward, I am getting an object parameter that references a new MailItem object created ...
0
votes
0answers
60 views
how to change an outlook com add in's name after installation [closed]
i have a com add in installed on my outlook as a button.
i would like to install another com add in to outlook and combine the new add in with the old one to a button that opens 2 buttons (for the old ...
1
vote
1answer
32 views
Difference between Inspector and InspectorClass
I've been looking at the VSTO libraries, mostly for the fun of it, and I noticed that there's something called Inspector as well as InspectorClass.
What's the difference, why is it there and how can ...
0
votes
2answers
262 views
How to obtain the GUID of an CRM Dynamics 2011 appointment stored in Outlook 2010?
I'd like to make a call to an appointment stored in Dynamics but displayed in Outlook.
Suppose that a user opens a window with said appointment (let's say "call mom"). I've added a button to the ...
0
votes
1answer
127 views
Microsoft.Office.Interop.Outlook.MailItem.To is empty
I am encountering a strange issue in my outlook addin application. It is being run on Outlook 2010.
I enter an email address e.g: abc@foo.com into the "TO..." box in the email. I have the following ...
1
vote
1answer
386 views
Accessing properties of Microsoft.Office.Interop.Outlook.MailItem
I am working on an Outlook add in application, and I am unable to properly access properties of the MailItem object.
For example, if I type an email address in the "To" box, the following code does ...
1
vote
1answer
427 views
Can't debug Outlook add-in project
I have a problem in Outlook 2010 add-in project, After first debugging for the project I can't debug it one more, it show me the following warning :
The following module was built with ...
0
votes
0answers
106 views
How to manually resolve AppointmentItem Recipient
I am writing an Outlook add-in which syncs calendars with my system. I import events from ICS files. This method allow me set MeetingResponseStatus for each Recipient.
But I have problem -in my ...
0
votes
0answers
47 views
How do I reference tasks that I have assigned in Outlook?
I know how to reference the sent Task Requests by looking for IPM.TaskRequest in the sent items folder, but I want to reference the actual task that you see when you go into the Task Tab in the ...
0
votes
1answer
148 views
Remove Duplicate of bulk email received from different user
i have five user using outlook email client. Each of them receiving mails from a email marketing. i need to get all the unique mails from all my five user. i used the following,
Message-ID of ...
1
vote
0answers
50 views
How to use Outlook interpo to update server and logon information
I need to create an application that will allow me to change server information and credentials on all pop3 accounts in Outlook.
I was able to pull something out like this:
Outlook.Application oapp ...
0
votes
0answers
48 views
Can't figure out why my function for enumerating task requests in a users inbox is not working
As the title says, I've built a function that enumerates the task requests that are in a persons inbox. It has a query string and then uses the .find property to search the users inbox for task ...
0
votes
1answer
133 views
Creating a smooth installer for a C# project
I've checked the SO but didn't quite find the answer I'm looking for. I've created an add-in and I'm trying to create an installer using VS10, the Publish option. It works sort-of like supposed to but ...
0
votes
0answers
155 views
How to hook into Outlook Attachment Double Click - Save event in C#
I create a new email in Outlook(2007) and add an attachment.
Now before sending the email, if I double click on the attachment, I get the Open/Save/Cancel dialog.
I can hook into "Open" option by ...
4
votes
1answer
976 views
Can't Debug Application-Level Add-in for Outlook
This is the first time I am using .NET to create an Application-level Add-in for Outlook. By using a tutorial I wrote down some code and it was successfully build, but I was unable to debug the code. ...
1
vote
0answers
112 views
Change connection string when install Outlook Add-In
I have an outlook addin(created with VS 2010 and C#) that it's connected to a database server but I'm facing a problem, when I'm debugging my app I have the config file which contains the actual ...
2
votes
1answer
125 views
Change image of built-in control in ribbon xml
I use Ribbon XML to create a custom Ribbon in Outlook 2010. In this ribbon I also created a button using Ribbon XML. This button uses built-in button control(idMso="NavBack").
My question:
Is there ...
1
vote
0answers
175 views
Override WndProc
i'm developing an Outlook Add-In with C#, VS 2010 and Outlook 2010.
I have written a Programm in an Adjoining Form (it is be shown on the bottom of a Outlook Mail).
Now my problem is, that on each ...
1
vote
0answers
47 views
COM addin accesing another COM addin in oulook
I have a COM plugin which is an app bought from a company, it provides a few menu bars in outlook and I want to be able to automate some button clicks and processes with the bought COM plugin by ...
1
vote
0answers
79 views
How to enumerate task requests in Outlook
I'm looking to enumerate task requests that users have received in their inbox. I thought I had the right approach, look in the inbox folder and then check for where the message class is equal to ...
1
vote
0answers
101 views
Issues enumerating and outputting items in outlook's sent items folder
As the title says, I'm having issues with enumerating and outputting item in my sent items folder in outlook. Specifically I'm looking for sent tasks. It keeps telling me there's nothing in the ...
1
vote
1answer
94 views
Outlook folder for sent tasks
Does anyone know what Folder Outlook stores its Sent Tasks in? I'm trying to design an addin that includes providing an new interface for tasks the user has sent out.
0
votes
1answer
196 views
Programmatically send Outlook task updates
Does anyone know how to programmatically send an outlook task update in either C# or VB? I can't seem to find any information online about this. Thanks.
0
votes
0answers
95 views
VSTO - detect user typing in “recipients” textbox, Outlook 2007, 2010
Im using Visual Studio Tools for Office. I'm creating an Outlook 2007 add-in.
What i want to achieve is to detect that user started typing in the "recipients box" of the new mail, or he chose them ...
0
votes
0answers
16 views
Execute isc (internet calendar) file from outlook add-in
I need programmatic execute isc-file from outlook add-in. How I can do it? thank you
2
votes
0answers
97 views
Cancellation of Outlook AppointmentItems
I have a strange issue regarding the cancellation of an Appointment/Meeting in a C# Add-In. Of course it is possible that I do not handle the events correctly. This is how I do it:
Register Event ...
1
vote
0answers
110 views
What is wrong with this implementation of System.Lazy?
Here is a nice class that implements a subset of .Net 4.0's System.Lazy. It's been working fine for quite some time, but today something odd happened. The InvalidOperationException, below, was ...
0
votes
1answer
151 views
What are the MAPI properties that hold message Body
AFAIK, message body is stored in either of the following properties - PR_RTF_COMPRESSED or PR_BODY or PR_BODY_HTML but on my system when I see through the outlook spy - I don't find any of these ...
2
votes
1answer
212 views
Prevent MailItem.Reply from opening Inspector window in Outlook 2010?
I am building a shared-addin for Outlook.
Inside the code, I am creating a reply email using MailItem.Reply() method
and discarding it later. I am using this to get the sender email address
for ...
1
vote
1answer
227 views
Need to add button in Outlook Ribbon Search Tab
I have a task to add a button (Export) in Outlook Search tab, after instant search or advanced search i have to grab the result and export to csv file by clicking export button.
I am using VSTO with ...
1
vote
0answers
109 views
Updating appointment recipient's response status
I am developing an Outlook 2010 add in using VS 2010, and c#
In that i want to modify appointment recipient's meeting status programmatically. I can read it from the property ...
2
votes
0answers
227 views
How I can get embedded attachments out of an Outlookmailitem? -> Get Attachments out of *.msg files
at the moment I am delveoping an Outlook-addin (Outlook 2007) in C#,
and I need to save the embedded attachments (usually images in BMP format).
I meen the attachments which are embedded by pasting ...
1
vote
1answer
272 views
Outlook Events not firing when Exchange loses connectivity
We recently noticed an issue with Outlook 2007 eventing that causes it to not trigger events when Exchange connectivity is lost and then recovered. If you attach a listener to Folder.Items.ItemAdd ...
0
votes
0answers
46 views
MSI-file works fine when run locally, but not when pushed from group policy
The MSI are to install a small program and an Outlook add-in.
Both are installed correctly when the MSI is run locally, but when I install it with group policys from the server the program is ...
1
vote
1answer
172 views
.Net 4.0 Office 2007 plugin MSI installation
I have created a .Net 4.0 (x86) Office 2007 (32-bit) Outlook plugin. Making the plugin was the easy part, making the installer is a bit more tedious.
After some research into VSTO and how to create ...
1
vote
1answer
350 views
Creating an Outlook add-in that sends email to document library in Sharepoint
I want to create an Outlook Add-In that will forward an email to a document library in SharePoint 2010. I've started off by using the Outlook Add-In template and have so far created the ribbon ...
4
votes
3answers
958 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
0answers
33 views
Is there a way to make tasks of a certain category hidden in your task list?
I'm making an addin for managing tasks that are listed under a certain category. I have a pane that displays all tasks of this category, however I don't want them displayed in the pane that lists all ...
0
votes
1answer
308 views
Outlook Drag and Drop - ActiveExplorer().Selection() doesn't contain all items
In my Outlook add-in, I'm attempting to obtain information on all items that are dragged and dropped by the user into a MAPI store (I'm using the Redemption library).
My first attempt at this has ...
1
vote
1answer
77 views
Whether it is possible in Microsoft. Office. Interop. Outlook.userproperties to add an array
Whether it is possible in Microsoft.Office.Interop.Outlook.UserProperties to add an array/list of integer numbers and how? Usage of type OlUserPropertyType.olEnumeration leads to an exception at a ...
3
votes
1answer
1k views
Event on “Item Sent” in Outlook
I'm using ApplicationEvents_11_ItemSendEventHandler (see http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.applicationevents_11_itemsendeventhandler.aspx) to do some processing ...