![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |