![]() |
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
|
|||
|
|||
![]()
Here is the code I am using to send an Outlook message with an attachment to
another Outlook box: ActiveWorkbook.SendMail Recipients:="(mailbox name)", Subject:=FileName We have some users who will click "NO" when they get the warning message. Can I find out which option (Yes, No, Help) they have chosen with this code? Any suggestions or help would be greatly appreciated. Thanks for the help....Mike -- JT |
Ads |
#2
|
|||
|
|||
![]()
AFAIK SendMail uses Simple MAPI, so I don't think you can find any
workarounds unless you switch to explicitly using the Outlook Object Model and trapping the errors returned by MailItem.Send Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "JT" wrote in message ... Here is the code I am using to send an Outlook message with an attachment to another Outlook box: ActiveWorkbook.SendMail Recipients:="(mailbox name)", Subject:=FileName We have some users who will click "NO" when they get the warning message. Can I find out which option (Yes, No, Help) they have chosen with this code? Any suggestions or help would be greatly appreciated. Thanks for the help....Mike -- JT |
#3
|
|||
|
|||
![]()
Thanks for the help......I'll give that a try
-- JT "Dmitry Streblechenko" wrote: AFAIK SendMail uses Simple MAPI, so I don't think you can find any workarounds unless you switch to explicitly using the Outlook Object Model and trapping the errors returned by MailItem.Send Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "JT" wrote in message ... Here is the code I am using to send an Outlook message with an attachment to another Outlook box: ActiveWorkbook.SendMail Recipients:="(mailbox name)", Subject:=FileName We have some users who will click "NO" when they get the warning message. Can I find out which option (Yes, No, Help) they have chosen with this code? Any suggestions or help would be greatly appreciated. Thanks for the help....Mike -- JT |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Identify response to Outlook Warning | JT | Outlook and VBA | 1 | August 7th 06 08:00 PM |
Thanks Dmitry | gxdata | Outlook and VBA | 0 | August 7th 06 10:19 AM |
How do I suppress Outlook warning? | Matthew Speed | Outlook and VBA | 5 | July 17th 06 03:43 PM |
Outlook Warning | Colleen | Outlook - Using Contacts | 2 | July 14th 06 07:54 PM |
Add a meeting-ending tone, like a warning. Like warning before. | Nicholas NFB | Outlook - Calandaring | 2 | January 21st 06 09:28 PM |