Questions tagged [outlook-2007-addin]

21 questions
0
votes
2 answers

C# - Looking to capture an event when a store is added/removed in Outlook

I am writing an add-in that needs to log when a PST is added/removed via the "Data File Management" menu or through AddStore/RemoveStore. I have been having difficulty on finding documentation on how to capture these events. Advice is greatly…
0
votes
1 answer

C# - AddStore not working properly in Outlook

I have been attempting this all morning (VS2K10, OL2K7, .NET 3.5) and my PSTs never attach. I've modified the path to include escaped slashes, no dice. I occasionally see the PST get added then disappear when I hit the command bar button for which…
Larry G. Wapnitsky
  • 1,216
  • 2
  • 16
  • 35
0
votes
1 answer

is it possible to delete an email from outlook or outlookexpress programatically?

I want to know if it is possibel to create a COM component to monitor emails commin into Outlook 2007? I mean I just want to develop an addin kind of component which when loaded to Outlook should monitor the emails. Monitoring emails in the sense,…
JPro
  • 6,292
  • 13
  • 57
  • 83
0
votes
1 answer

Create Outlook 2007/2003 add-in in Visual Studio 2012 Professional

Is there any way to create add-in for Outlook 2007/2003 in Visual Studio 2012 (C#)? So far I found that it should be possible and I just need to remove references from build-in 2010 add-in. Also tried to download some packages for older VS without…
0
votes
1 answer

Backstage view in outlook 2007

I am developing an outlook 2007 add-in which is based on an existing outlook 2010 plugin. I managed to get most of the features working, because most of them were backwards compatible. However there are some I could not, because 2007 simply did not…
0
votes
2 answers

How to prevent non-admin user from disabling the Outlook 2007Addin?

As per the MSDN documentation with the Office 2007 system, office Addins are registered under HKCU and not under HKLM. I have an Outlook 2007 addin which is also registered under HKCU. But the problem is that, even non admin users can also disable…
Kapil
  • 9,469
  • 10
  • 40
  • 53
1
2