PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
dialog to send outlook form
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
dialog to send outlook form
![]() |
dialog to send outlook form |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Try to make sure that users press the send button at the correct time. We
have a custom Outlook form, thet gets opened several times, then is supposed to be sent. I would like a dialog box to come up and ask if the user is ready to send the form, Once they say ok, it will automatically send the form. Is this relatively easy to do? Thanks! DH |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You can easily put up a message box with the MsgBox function and return the
user's choice. The issue is the sending -- users will get a security prompt unless you're using Outlook 2003. See http://www.outlookcode.com/d/sec.htm for your options with regard to this "object model guard" security . -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dh" <dhauer@siscom.net> wrote in message news:e6TGSMSMEHA.2068@TK2MSFTNGP11.phx.gbl... > Try to make sure that users press the send button at the correct time. We > have a custom Outlook form, thet gets opened several times, then is supposed > to be sent. I would like a dialog box to come up and ask if the user is > ready to send the form, Once they say ok, it will automatically send the > form. > Is this relatively easy to do? > Thanks! > > DH > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
The security prompt is not so much a problem as it is them forgetting to
send. Can I then just use the oItem.Send function to get it to go? Thanks! DH "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message news:eRzfNQTMEHA.2100@TK2MSFTNGP12.phx.gbl... > You can easily put up a message box with the MsgBox function and return the > user's choice. The issue is the sending -- users will get a security prompt > unless you're using Outlook 2003. See http://www.outlookcode.com/d/sec.htm > for your options with regard to this "object model guard" security . > > > -- > Sue Mosher, Outlook MVP > Author of > Microsoft Outlook Programming - Jumpstart for > Administrators, Power Users, and Developers > http://www.outlookcode.com/jumpstart.aspx > > > "dh" <dhauer@siscom.net> wrote in message > news:e6TGSMSMEHA.2068@TK2MSFTNGP11.phx.gbl... > > Try to make sure that users press the send button at the correct time. We > > have a custom Outlook form, thet gets opened several times, then is > supposed > > to be sent. I would like a dialog box to come up and ask if the user is > > ready to send the form, Once they say ok, it will automatically send the > > form. > > Is this relatively easy to do? > > Thanks! > > > > DH > > > > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Yes, the Send method is the correct one to use.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dh" <dhauer@siscom.net> wrote in message news:Oq3UMiTMEHA.2388@TK2MSFTNGP09.phx.gbl... > The security prompt is not so much a problem as it is them forgetting to > send. > Can I then just use the oItem.Send function to get it to go? > Thanks! > DH > > > "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message > news:eRzfNQTMEHA.2100@TK2MSFTNGP12.phx.gbl... > > You can easily put up a message box with the MsgBox function and return > the > > user's choice. The issue is the sending -- users will get a security > prompt > > unless you're using Outlook 2003. See http://www.outlookcode.com/d/sec.htm > > for your options with regard to this "object model guard" security . > > > > "dh" <dhauer@siscom.net> wrote in message > > news:e6TGSMSMEHA.2068@TK2MSFTNGP11.phx.gbl... > > > Try to make sure that users press the send button at the correct time. > We > > > have a custom Outlook form, thet gets opened several times, then is > > supposed > > > to be sent. I would like a dialog box to come up and ask if the user is > > > ready to send the form, Once they say ok, it will automatically send the > > > form. > > > Is this relatively easy to do? > > > Thanks! > > > > > > DH > > > > > > > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

