How do I transfer Email form data over to a task "Q".....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created an email form that includes multiple data fields in the actual
form. When I move the email over to task Manager I would like the data to
automatically populate in the correct column in the Task Manager "Q". I am
being told that this can't be done. Any help??
 
You would have to code it yourself. Instead of dragging the e-mail over to
the task folder you could call your code that creates a new Taskitem with
all of the e-mail's data.

You can start with the object browser (f2), which shows the available
classes, functions, etc. One currently selected item can be accessed via
Application.ActiveExplorer.Selection(1). For creating a new item use the
Application.CreateItem function.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Quick-Cats - The most effective way to assign Outlook categories:
http://www.shareit.com/product.html?productid=300120654&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)

Am Thu, 12 Apr 2007 05:44:01 -0700 schrieb Mark:
 
Back
Top