![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hallo NG!
is these the right newsgroup for my problem? I hope so. I wrote an addin with vb.net. With the addin i ask the user: Would you really close the Mail? If the users answer is no, I abort to close the mail. But Outlook ignore the cancel flag and close the mail. Can someone explain me why outlook do this? Thanks for your help Thomas |
#2
|
|||
|
|||
![]()
Framework 1.1? See http://support.microsoft.com/default.aspx?id=830519
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Hahn, Thomas" wrote in message ... Hallo NG! is these the right newsgroup for my problem? I hope so. I wrote an addin with vb.net. With the addin i ask the user: Would you really close the Mail? If the users answer is no, I abort to close the mail. But Outlook ignore the cancel flag and close the mail. Can someone explain me why outlook do this? Thanks for your help Thomas |
#3
|
|||
|
|||
![]()
No, I use Framework 2.0
Thomas "Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ... Framework 1.1? See http://support.microsoft.com/default.aspx?id=830519 -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Hahn, Thomas" wrote in message ... Hallo NG! is these the right newsgroup for my problem? I hope so. I wrote an addin with vb.net. With the addin i ask the user: Would you really close the Mail? If the users answer is no, I abort to close the mail. But Outlook ignore the cancel flag and close the mail. Can someone explain me why outlook do this? Thanks for your help Thomas |
#4
|
|||
|
|||
![]()
Hallo,
the kb article is the answer. Not the .net Framework make the problem, the outlook version do this. I develop an addin for outlook xp. Thanks and best regards Thomas "Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ... Framework 1.1? See http://support.microsoft.com/default.aspx?id=830519 -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Hahn, Thomas" wrote in message ... Hallo NG! is these the right newsgroup for my problem? I hope so. I wrote an addin with vb.net. With the addin i ask the user: Would you really close the Mail? If the users answer is no, I abort to close the mail. But Outlook ignore the cancel flag and close the mail. Can someone explain me why outlook do this? Thanks for your help Thomas |
#5
|
|||
|
|||
![]()
There are bugs in setting Cancel = true in a few places in the Outlook 2002
PIA as I recall, I prefer not to use managed code for Outlook 2000 or 2002 so I don't recall specifically which places. I only use managed code if the targets are Outlook 2003 or later. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Hahn, Thomas" wrote in message ... Hallo, the kb article is the answer. Not the .net Framework make the problem, the outlook version do this. I develop an addin for outlook xp. Thanks and best regards Thomas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003 keeps downloading mail after closing the program | ken | Outlook - Installation | 2 | December 16th 07 12:49 AM |
how to realize an abort-button? | b.schmidt | Add-ins for Outlook | 1 | May 24th 07 12:23 AM |
New mail in In-Box is deleted after reading and closing . . . | Dave Calahan | Outlook - Installation | 4 | January 6th 07 08:45 PM |
abort AttachmentRead | semedao | Outlook and VBA | 1 | October 29th 06 07:24 PM |
Item send overide/abort on a code condition | A Reno | Outlook - Using Forms | 1 | June 19th 06 04:14 PM |