PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming dialog to send outlook form

Reply

dialog to send outlook form

 
Thread Tools Rate Thread
Old 03-05-2004, 04:26 PM   #1
dh
Guest
 
Posts: n/a
Default dialog to send outlook form


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


  Reply With Quote
Old 03-05-2004, 05:16 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: dialog to send outlook form

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
>
>



  Reply With Quote
Old 03-05-2004, 07:00 PM   #3
dh
Guest
 
Posts: n/a
Default Re: dialog to send outlook form

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
> >
> >

>
>



  Reply With Quote
Old 03-05-2004, 07:26 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: dialog to send outlook form

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
> > >
> > >

> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off