Tagged Questions
1
vote
1answer
575 views
Outlook 2007 plugin failing to load (incorrect runtime)
I have created an Outlook 2007 plugin which I have managed to install on Windows 7 using a setup project in Visual Studio 2010. It has worked fine on every Windows 7 machine I have installed it on. I ...
0
votes
1answer
378 views
How to Program Outlook 2007 Add-In with Multiple Mailboxes
I'm trying to figure how to write a simple add-in for Excel 2007, but one that only interacts with one of my mailboxes. Currently I have two email addresses coming into my outlook, each in a specific ...
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 ...
1
vote
1answer
1k views
Cannot run Visual Studio 2010 Outlook Add-in on machine with Outlook 2007 installed
Problem summary: How to run Outlook 2010 add-ins with only Office 2007 installed
I have 2 machines with Office 2010 and Visual Studio 2010 installed. One PC is Windows 7 64bit; the other machine is ...
5
votes
2answers
5k views
Get the email address of the current user in Outlook 2007
I have an Outlook add in written in C#.
I was wondering how or if I could get the email address of the current user?
Thanks
1
vote
1answer
4k views
nicely reading outlook mailitem properties
I am writing a plugin for outlook 2007 and i would like to read a property of a MailItem.
In particular i'd like to know all the content-types of my attachments. Now the way i do this now is ...
0
votes
1answer
2k views
How to develop an outlook 2007 custom action?
I need a custom outlook rule action: "Save the email attachments to DB", for this action the attachments in that email will be automatically saved to DB.
I find a topic at MSDN Outlook 2007 Sample ...
5
votes
1answer
1k 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 ...
0
votes
2answers
1k views
Where is Outlook's save FileDialog?
I'm working on an Outlook add-in that requires the Office specific FileDialog to interoperate with a Sharepoint site; the common file dialog doesn't have the interoperability. I know that both Word ...