Quantcast
Viewing all articles
Browse latest Browse all 106

Outlook Meeting Request Bug

I've found what I believe is a bug in Outlook. I can demonstrate the problem
with the following code. It's a small add-in that hooks an event on the
Application
object. The problem only happens when the add-in is installed.

I've don't see anything wrong with this code. If anyone sees a problem
please let me know.

TIA, Tim

public partial class ThisAddIn
{
private void ThisAddIn_Startup( object sender, System.EventArgs e )
{
try
{
m_application = Globals.ThisAddIn.Application;

(...

Outlook Meeting Request Bug

Viewing all articles
Browse latest Browse all 106

Trending Articles