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

Dialog box to select existing task



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 16th 09, 05:07 PM
klos klos is offline
Junior Member
 
First recorded activity at Outlookbanter: Feb 2009
Posts: 1
Default Dialog box to select existing task

Good Morning,

I am somewhat new to Outlook programming so bear with me. I am looking to find out if there is a standard dialog box to be able to select a task from the tasks folder.

Using Outlook2007/BCM2007.

I have written code to create a task from an email upon sending and this works fine, but in many cases, I wish to add the email to an existing task. I would like to present the user with a dialog that lists all of the currently active tasks in the tasks folder and allow them to select one and then have the dialog box return the id of the selected task item so I can programmatically attach the email to the selected task.

Is there a standard dialog box that could be used for this or is there a method to accomplish this?

Thanks for any input.
Ads
  #2  
Old February 16th 09, 11:13 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Dialog box to select existing task

There's no such dialog box. You can create a filtered view in a folder but
to populate a dialog box you'd filter on all tasks where .Complete = False.
Then you'd use the returned items to populate your dialog. How you'd display
the items (grid, drop-down, whatever) is up to you.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"klos" wrote in message
...

Good Morning,

I am somewhat new to Outlook programming so bear with me. I am looking
to find out if there is a standard dialog box to be able to select a
task from the tasks folder.

Using Outlook2007/BCM2007.

I have written code to create a task from an email upon sending and
this works fine, but in many cases, I wish to add the email to an
existing task. I would like to present the user with a dialog that
lists all of the currently active tasks in the tasks folder and allow
them to select one and then have the dialog box return the id of the
selected task item so I can programmatically attach the email to the
selected task.

Is there a standard dialog box that could be used for this or is there
a method to accomplish this?

Thanks for any input.




--
klos


 




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
Not all contacts showing up on Select Name dialog box Tommy Outlook - Using Contacts 5 April 24th 08 09:14 PM
Select Names dialog box shows fax numbers Tara at Walsh Outlook - Using Contacts 1 January 30th 08 08:33 PM
How to display Select Contacts dialog Ivan Add-ins for Outlook 3 June 5th 07 12:31 PM
select names dialog box. harkworkinman Outlook - Using Contacts 3 December 6th 06 10:10 AM
Select names dialog box (again) Zoranst Outlook - Using Contacts 5 September 13th 06 10:29 PM


All times are GMT +1. The time now is 05:04 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.