Task form Resolution

  • Thread starter The Cleaning Wonder Boy
  • Start date
T

The Cleaning Wonder Boy

I have a section named Resolution on my task form where the user
can select recipients, type dates, resolution text, etc. Now
when the user saves and closes this form, I'd like to send the
an email to each of the recipients in the list.

How would I do that? Do I need to create a custom action?

Here is a screenshot of the task form:
http://66.45.227.243/~austin1/task_form.jpg
 
S

Sue Mosher [MVP-Outlook]

You would need to add code to the Item_Write event handler for that custom
form.
 
T

The Cleaning Wonder Boy

Sue said:
You would need to add code to the Item_Write event handler for that
custom form.


Any tips or pointers on WHAT I may need to write?
 
S

Sue Mosher [MVP-Outlook]

The newsgroup interface you are using apparently does not quote earlier
messages in the thread, making your latest message so short on detail that
you risk not getting the answer you're looking for. Please take the time to
quote the original message.

If you want to create messages, use the Application.CreateItem method to
create a new message, then set its properties. Note that depending on your
Outlook version, you may encounter security prompts. See
http://www.outlookcode.com/d/sec.htm
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top