![]() |
| 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. |
|
|||||||
| Tags: also, automating, custom, form, generate, help, task, will |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have the code created to open the task and then can send, however
everything I have tried to make outlook create a follow-up task when these forms are sent out. help |
| Ads |
|
#2
|
|||
|
|||
|
You might want to give your Outlook verson and explain what you mean by a
follow-up task. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Ballast" wrote: I have the code created to open the task and then can send, however everything I have tried to make outlook create a follow-up task when these forms are sent out. |
|
#3
|
|||
|
|||
|
Outlook 2003 -
I would like to generate a follow-up Task in Outlook, Outlook currently has task built-in however I would like when i send out my custom form to automatically add a follow-up task that would let me know in a couple of days or few hours to check back with this person if they had not responded yet to the original email....does that help? "Sue Mosher [MVP-Outlook]" wrote: You might want to give your Outlook verson and explain what you mean by a follow-up task. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Ballast" wrote: I have the code created to open the task and then can send, however everything I have tried to make outlook create a follow-up task when these forms are sent out. |
|
#4
|
|||
|
|||
|
So, what kind of help are you looking for? You already said in your original
post that you have code to open and send a task. Creating another task would use the same Application.CreateItem code. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Ballast" wrote: Outlook 2003 - I would like to generate a follow-up Task in Outlook, Outlook currently has task built-in however I would like when i send out my custom form to automatically add a follow-up task that would let me know in a couple of days or few hours to check back with this person if they had not responded yet to the original email....does that help? "Sue Mosher [MVP-Outlook]" wrote: You might want to give your Outlook verson and explain what you mean by a follow-up task. "Ballast" wrote: I have the code created to open the task and then can send, however everything I have tried to make outlook create a follow-up task when these forms are sent out. |
|
#5
|
|||
|
|||
|
Sorry, forgive me for I am a n00b at VBA:
I have the code that allows me to Open a Custom Outlook form. Sub DisplayForm() Set myFolder = Session.GetDefaultFolder(olFolderInbox) Set myItem = myFolder.Items.Add("IPM.Note.Release Communication1") myItem.Display End Sub What i do not have is the rest of the code that will once the email is sent create/schedule a follow-up task within outlook to remind me to check back with the individual with a set timeframe in mind, say 48 hours or 2 bus days Thanks "Sue Mosher [MVP-Outlook]" wrote: So, what kind of help are you looking for? You already said in your original post that you have code to open and send a task. Creating another task would use the same Application.CreateItem code. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Ballast" wrote: Outlook 2003 - I would like to generate a follow-up Task in Outlook, Outlook currently has task built-in however I would like when i send out my custom form to automatically add a follow-up task that would let me know in a couple of days or few hours to check back with this person if they had not responded yet to the original email....does that help? "Sue Mosher [MVP-Outlook]" wrote: You might want to give your Outlook verson and explain what you mean by a follow-up task. "Ballast" wrote: I have the code created to open the task and then can send, however everything I have tried to make outlook create a follow-up task when these forms are sent out. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Generate WindowsForm from Custom Form | Pavel Rosoi | Outlook - Using Forms | 1 | May 28th 08 02:04 PM |
| Item_Send: How to generate a non-custom form message from custom f | supportusa | Outlook - Using Forms | 3 | April 9th 07 10:37 PM |
| custom outlook task form | eric.fader@gmail.com | Outlook - Using Forms | 1 | March 20th 07 10:39 PM |
| Custom Task Form | calvin351 | Outlook - Using Forms | 3 | June 15th 06 02:27 AM |
| How to use custom task form in Web Outlook | DougMunday | Outlook - Using Forms | 1 | April 7th 06 12:18 PM |