Tagged Questions
1
vote
1answer
37 views
VSTOR 4 Framework MSI Deployment via Group Policy
I developed an Outlook 2010 Add-In, which is going to be deployed on hundreds of machines.
In order to deploy the add-in, I made use of the Microsoft's ClickOnce mechanism.
The add-in relies on ...
0
votes
2answers
71 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 ...
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 ...
2
votes
1answer
494 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 ...
1
vote
1answer
344 views
Shared addin (Outlook currently) - toolbar button works a bit, then stops, no errors given
Bit of a weird one this: I've got a shared Office addin that currently targets Outlook 2007 on XP and Win7 (Excel/Word and other versions later). It adds a toolbar button, and this fires off my code. ...
2
votes
1answer
371 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 ...
0
votes
0answers
171 views
Installation of Outlook Add-In Dependent Assemblies
I am building an Outlook Add-In which depends on an additional DLL (specifically System.Data.SQLite.dll). Once I deploy the solution to a new computer, it seems it is necessary to copy ...
0
votes
1answer
890 views
Create VSTO 3.0 Outlook Add In to run on office 2003/2007/2010(x32 and x64)
Hy,
Is it possible to create an add in that works on all office versions?
I searched the msdn and different forums but there is nothing specific about this issue.
Thanks.
1
vote
1answer
502 views
Problem with Outlook.Explorer.SelectionChange event
I attach to Outlook.Explorer.SelectionChange event. Event handler makes a call to an assembly that retrieves some data from web services. After one call to that assembly my event handler is no longer ...
2
votes
0answers
663 views
Outlook Crashes with Event ID 1000
We deployed a VSTO addin for outlook 2003. After installing the addin one of the user's outlook crashes when a contact is opened, i.e, when ItemProperties of the contact are read.Some theses ...