R
Russell Mangel
I'm trying to cancel the following event in Outlook 2002:
oApplication.ItemSend +=new
Outlook.ApplicationEvents_10_ItemSendEventHandler(oApplication_ItemSend);
The event seems to ignore Cancel = true.
I understand there is an issue Q830519,
http://support.microsoft.com/default.aspx?kbid=830519 for Word and Excel,
Outlook is not mentioned in this Q article.
My Questions:
1. Does Outlook 2002 and Visual Studio 200x 1.x suffer from this same bug?
Q830519 Has a work-a-round for Excel and Word, but not mentioned for
Outlook?
2. How do I make this work? I will do anything to solve this, instructions
please?
3. Maybe I don't have a problem with this bug, can you straighten me out?
I can not upgrade to Outlook 2003, we must support Outlook 2002, using
Visual Studio .NET 1.1 or 1.0
I am using VS 2003 1.1, and so I tried the older VS200x 1.0, no change,
Cancel event is still ignored.
I am trying to develop a COM-Addin for Outlook 2002, using VS2003 1.1.
I am not interested in developing this COM-Addin using Visual Basic 6.0.
Russell Mangel
Las Vegas, NV
PS
I have a "current" MSDN Universal Subscription.
oApplication.ItemSend +=new
Outlook.ApplicationEvents_10_ItemSendEventHandler(oApplication_ItemSend);
The event seems to ignore Cancel = true.
I understand there is an issue Q830519,
http://support.microsoft.com/default.aspx?kbid=830519 for Word and Excel,
Outlook is not mentioned in this Q article.
My Questions:
1. Does Outlook 2002 and Visual Studio 200x 1.x suffer from this same bug?
Q830519 Has a work-a-round for Excel and Word, but not mentioned for
Outlook?
2. How do I make this work? I will do anything to solve this, instructions
please?
3. Maybe I don't have a problem with this bug, can you straighten me out?
I can not upgrade to Outlook 2003, we must support Outlook 2002, using
Visual Studio .NET 1.1 or 1.0
I am using VS 2003 1.1, and so I tried the older VS200x 1.0, no change,
Cancel event is still ignored.
I am trying to develop a COM-Addin for Outlook 2002, using VS2003 1.1.
I am not interested in developing this COM-Addin using Visual Basic 6.0.
Russell Mangel
Las Vegas, NV
PS
I have a "current" MSDN Universal Subscription.