Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   How do I transfer Email form data over to a task "Q"..... (http://www.outlookbanter.com/outlook-vba/45836-how-do-i-transfer-email.html)

Mark April 12th 07 02:44 PM

How do I transfer Email form data over to a task "Q".....
 
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??
--
Mark

Michael Bauer [MVP - Outlook] April 13th 07 07:04 AM

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


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?...4&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)

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

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



All times are GMT +1. The time now is 09:10 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com