PC Review


Reply
Thread Tools Rate Thread

Can I create a Macro to Auto-Reply once form is Sent?

 
 
=?Utf-8?B?VG9ueSBMYXc=?=
Guest
Posts: n/a
 
      9th Mar 2005
I created a form and it works well. What I would like is once the person who
fills out the form clicks the Send button, the form goes to the
pre-designated recipients and the Sender gets an Auto-Reply that states
"Thank you for the form......."

Is there a way, using a Macro or something else, to get the form to
automatically generate the auto-reply e-mail?
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      9th Mar 2005
You would need code behind the form. This will work only if the form is
published, which means you either need to publish it to the Organizational
Forms library in an Exchange organization or to each user's Personal Forms
library.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Tony Law" <(E-Mail Removed)> wrote in message
news:4B450EAE-77B8-4F4F-A0BF-(E-Mail Removed)...
>I created a form and it works well. What I would like is once the person
>who
> fills out the form clicks the Send button, the form goes to the
> pre-designated recipients and the Sender gets an Auto-Reply that states
> "Thank you for the form......."
>
> Is there a way, using a Macro or something else, to get the form to
> automatically generate the auto-reply e-mail?



 
Reply With Quote
 
=?Utf-8?B?VG9ueSBMYXc=?=
Guest
Posts: n/a
 
      9th Mar 2005
Thanks! What kind of code would I need? And where would I code it?

"Sue Mosher [MVP-Outlook]" wrote:

> You would need code behind the form. This will work only if the form is
> published, which means you either need to publish it to the Organizational
> Forms library in an Exchange organization or to each user's Personal Forms
> library.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Tony Law" <(E-Mail Removed)> wrote in message
> news:4B450EAE-77B8-4F4F-A0BF-(E-Mail Removed)...
> >I created a form and it works well. What I would like is once the person
> >who
> > fills out the form clicks the Send button, the form goes to the
> > pre-designated recipients and the Sender gets an Auto-Reply that states
> > "Thank you for the form......."
> >
> > Is there a way, using a Macro or something else, to get the form to
> > automatically generate the auto-reply e-mail?

>
>
>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      9th Mar 2005
You would write VBScript code using the intrinsic Application and Item
objects that represent the Outlook.Application object and the current item.
Place it in the View Code window in the form in design mode. The event
handler that you'll use is Item_Send, and you'll use the Item.Reply method
to create the reply.

You might want to look at some sample forms that have code. See
http://www.outlookcode.com/d/forms.htm#samples

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Tony Law" <(E-Mail Removed)> wrote in message
news:CD4DB5ED-188A-4977-9176-(E-Mail Removed)...
> Thanks! What kind of code would I need? And where would I code it?
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> You would need code behind the form. This will work only if the form is
>> published, which means you either need to publish it to the
>> Organizational
>> Forms library in an Exchange organization or to each user's Personal
>> Forms
>> library.


>>
>> "Tony Law" <(E-Mail Removed)> wrote in message
>> news:4B450EAE-77B8-4F4F-A0BF-(E-Mail Removed)...
>> >I created a form and it works well. What I would like is once the person
>> >who
>> > fills out the form clicks the Send button, the form goes to the
>> > pre-designated recipients and the Sender gets an Auto-Reply that states
>> > "Thank you for the form......."
>> >
>> > Is there a way, using a Macro or something else, to get the form to
>> > automatically generate the auto-reply e-mail?

>>
>>
>>



 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create auto-reply rule but don't send phillr Microsoft Outlook Discussion 1 5th Mar 2010 06:11 PM
How do i create an out of office auto reply Harve Microsoft Word Document Management 1 11th Jul 2009 11:26 AM
Help with VBA & Macro - Trying to auto-create a "form" jacobfarino@gmail.com Microsoft Excel Programming 0 5th Apr 2009 04:13 PM
how to create an auto reply rule/macro that wont create a new mess squalltheonly Microsoft Outlook Discussion 4 15th Nov 2008 04:03 PM
Re: How to setup auto reply and create rule for auto reply in Outlook. Sue Mosher [MVP-Outlook] Microsoft Outlook 0 3rd Sep 2004 07:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:38 PM.