Tagged Questions
-1
votes
1answer
15 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
2answers
35 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
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 ...
1
vote
0answers
41 views
deployed outlook addin 2007 not loaded
This is my first addin project and I have a huge problem.
I created an addin project and it's working fine on the development computer, but when I deployed it to the test computer the addin doesn't ...
1
vote
0answers
36 views
Is This Possible through an Outlook Addin
I need to create an Outlook(2010) Addin which does the following things:
-If an email is Dragged and dropped into Windows explorer (not within Outlook Folders) it
Changes the File Name to the ...
0
votes
1answer
289 views
Shared Add-ins for Outlook 2007 Capturing ReplyToAll Event
I am using VS 2010 & Dot Net Framework 2.0.
I have created a project in Extensibility->Shared Add-ins for Outlook.
I am trying to capture ReplyToAll Event it is not getting fired.
Please look the ...
1
vote
1answer
192 views
How to read an rtf from a file and insert it into a body of an Outlook item?
I am attempting to write an Outlook Add-In that has functionality very similar to the insert signature feature of Microsoft Outlook. I best and most detailed thread I found discussing something ...
0
votes
1answer
370 views
Event bindings not always happening during Outlook add-in startup
I'm developing my first Outlook 2010 add-in using C# and Visual Studio 2010. Thus far my project is going nicely. I have a custom tab in the ribbon, and it updates every time a new message is selected ...
1
vote
1answer
220 views
Outlook Event is not getting fired on click of custom button
I am developing a Microsoft Outlook Add-in, where I have added one button in Add-In tab name OPENISMS. I could see the button, however on click the event is not getting fired. I have no clue why it is ...
0
votes
2answers
70 views
Microsoft office verify add-in loaded
We developed a COM add-in for microsoft office.
We would like to make sure that our add-in is loaded when the office application starts (meaning that no one tried to disable it in the registry).
Our ...
1
vote
0answers
76 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
100 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
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 ...
2
votes
1answer
471 views
custom ribbon not appearing in outlook when when running a build in vs
I followed this tutorial, but when I build then run my project in visual studio a ribbon tab does not appear. I'm using outlook 2010 if that helps.
1
vote
1answer
217 views
make collapsible custom task panes in outlook?
Is it possible to make collapsible task panes in outlook. ie. Can I have a button on lets say a ribbon that upon clicking can either make the pane appear, or if it is already open make is collapse or ...
2
votes
1answer
101 views
Making single installer for addins of multiple Outlook versions
I am making outlook addins separately for Outlook 2003, 2007, 2010. I want to write a single installer that can install the addin basing on which outlook version is being used. How to do that? Because ...
1
vote
0answers
16 views
Is it possible to directly view the stdout and stderr of an Outlook (VSTO) add-in?
I have code that works perfectly fine outside of the outlook add-in context, but clearly fails when run inside an outlook add-in. I feel that if I can merely read the stderr and stdout streams I can ...
3
votes
2answers
598 views
outlook 2010 addin c#::: custom form does not work on client computer
I am developing an addin for Outlook 2010 with Visual Studio in C#.
I created a custom ribbon with a button. Once you click the button, it loads a form where you can generate a special appointment.
It ...
0
votes
0answers
103 views
Microsoft Office Add-Ins
I have a question about Add-ins to outlook 2010. I would like show my own application (WPF) in Outlook. But I don't know how. I find only something about form region but it is not that I want. Thank ...
0
votes
2answers
142 views
Where is an Outlook Add-In installed?
Where can I find my installed AddIn. I've created it in Visual Studio 2010 for Outlook 2007.
Basically I publish and run the setup and cannot find anything on my computer.
1
vote
3answers
768 views
Outlook 2010 and Add-in-Express: how to make plugin collapsible when docked on one of sides of main window?
I'm using Add-in-Express to develop a prototype of our plugin for Outlook and what I really would like to have is possibility to collapse/expand plugin form when it is docked directly inside main ...
0
votes
1answer
463 views
Manage COM Add-ins dialog fails to make an installed Outlook add-in ACTIVE on target machine
My add-in targets Outlook 2007 and was built using C# with Visual Studio 2010. I have run into problems deploying this to different target machines by means of the SETUP.exe and "manifest" built by ...
0
votes
2answers
671 views
Outlook 2003 Add-in not working for all users
I have an Outlook 2003 add-in written in Visual Studio 2008. All it does is display a msgbox when it loads. I am using a setup package to create me an msi for install
I have got the security caspol ...
2
votes
1answer
494 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 ...
0
votes
1answer
228 views
Outlook Addin only loading on first instance of Outlook
We have an Outlook Addin developed in VS2008 using VSTO. This works fine and loads as expected when Outlook is fired up, both in debug and compiled versions.
The problem occurs if the user opens ...
0
votes
2answers
1k views
Installing Outlook Add-In
I have a problem. I've been installing my VSTO Outlook Add-In to the Outlook 2007 on the account that has no security limitations. For the setup, I am using a normal visual studio setup project. I've ...
6
votes
3answers
1k 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 ...
0
votes
2answers
1k views
Is it possible to rename Outlook Category programmatically?
We are developing Outlook 2007 add-in. For testing outlook category renaming I've added the following code block
var session = Application.Session;
var categories = session.Categories;
var ...
0
votes
1answer
51 views
Outlook AddIn - How to get notified when a folder is removed?
the FolderRemoveEventHandler isn't global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is ...
0
votes
3answers
3k views
How to create a button like New Mail in Outlook add-in?
Can anyone pls tell me how to create a button(in CommandBar) like 'New Mail' (with a dropdown list) in Outlook?
When one clicks on the button it should do some action and when clicked on the down ...
1
vote
1answer
337 views
SQL Server CE + Addin Read and Write Collision Avoidance?
We have an Office Addin that uses Sql CE with the usual DBConnection to a *.sdf in the filesystem ('C:/...etc...'). When we start two copies of the application having the Sql CE-augmented Office ...
0
votes
2answers
498 views
Install Outlook addin and exe
I'm currently using ClickOnce to install myapp.exe. But now I've added Outlook 2007 addin support, myaddin.dll.
So, how can I install both exe and addin with ClickOnce.
2
votes
0answers
806 views
How would I go about implementing auto-hide on a custom task pane?
I'm creating an Outlook 2007 add-in using Visual Studio 2008 and C#.
I have my custom task pane along with my usercontrol docked to the bottom of the main Outlook window. I'm trying to implement ...
0
votes
2answers
929 views
MS Outlook - extending forms automatically
I need to develop the Outlook Extension capable of extending existing forms with tabs, downloaded from remote server. For example, in the appointment form additional tab should appear. Form definition ...
9
votes
5answers
7k 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 ...
0
votes
2answers
1k views
Outlook 2007 add-in - Problem using BeforeItemMove event
Hey,
I am writing an Outlook 2007 addin. All I am doing is:
private void ThisAddIn_Startup(object sender, System.EventArgs e)
{
Outlook.Folder root;
//creates Spam ...
