![]() |
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
|
|||
|
|||
![]()
A message box appears when I try and send a meessage from my Win-Form through
Outlook asking for access to send an email. It works fine if I click "Accept", but I receive an exception when I click "Deny". Is a try/catch the only way I can handle this? I would not expect any exceptions when I click the "Deny" button. For reference, here is the exception: "Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))" Thanks |
#2
|
|||
|
|||
![]()
If you're getting an exception a try...catch block is the way to go to avoid
an unhandled exception. You don't say what versions of Outlook you are supporting or anything else much about where and how the code is running, so it's hard to say anything else. But I'd be looking to avoid the security prompts completely and avoid that whole situation instead of leaving it to the user to handle the security prompt. See http://www.outlookcode.com/article.aspx?id=52 for information on avoiding the security entirely. -- 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 "Jason" wrote in message ... A message box appears when I try and send a meessage from my Win-Form through Outlook asking for access to send an email. It works fine if I click "Accept", but I receive an exception when I click "Deny". Is a try/catch the only way I can handle this? I would not expect any exceptions when I click the "Deny" button. For reference, here is the exception: "Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))" Thanks |
#3
|
|||
|
|||
![]()
If you click Deny, Outlook raises an error. Therefore, your code should handle that exception.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Jason" wrote in message ... A message box appears when I try and send a meessage from my Win-Form through Outlook asking for access to send an email. It works fine if I click "Accept", but I receive an exception when I click "Deny". Is a try/catch the only way I can handle this? I would not expect any exceptions when I click the "Deny" button. For reference, here is the exception: "Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))" Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenSharedItem - Exception | Andre Maas | Add-ins for Outlook | 2 | October 10th 07 03:29 PM |
exception | Reda | Outlook - Calandaring | 0 | March 1st 07 07:26 PM |
Unknow exception | Alexandr Kalugin via OfficeKB.com | Add-ins for Outlook | 5 | August 11th 06 07:19 AM |
What is 0x0eedfade exception? | Dmitry Streblechenko | Add-ins for Outlook | 2 | June 20th 06 07:59 PM |
Exception from HRESULT | Laks | Add-ins for Outlook | 1 | May 11th 06 09:24 AM |