A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

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



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 12th 07, 02:44 PM posted to microsoft.public.outlook.program_vba
Mark
external usenet poster
 
Posts: 238
Default 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
  #2  
Old April 13th 07, 07:04 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default 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??

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Calendar" and "Calendar1" - How to move the data? Dana W. Outlook - Calandaring 0 March 17th 07 03:24 AM
Can not open "task request" "task accepted" in Inbox LaParker Outlook - General Queries 2 August 9th 06 11:09 PM
Cannot "Open" "Import/Export' or use "Data File Management" Ed Isenberg Outlook - Installation 3 July 16th 06 01:31 AM
How do I transfer data from "Kontacts" to "Addressbook"? FinkeGerhard Outlook - Using Contacts 2 May 8th 06 03:24 PM
How do I extract and use the info fields from "form mail" email to Sean Outlook - Using Forms 1 February 1st 06 12:53 AM


All times are GMT +1. The time now is 11:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.