![]() |
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
|
|||
|
|||
![]()
I am trying to create an Outlook task (in Outlook 2000) and then assign it to
another user. This seems to work OK, however, it never seems to set up the reminder details. However, if i assign it so someone else then only the due date is sent. How to set remainder I have provided a code snippet below which I am trying to make work. Regards Amirineni Chaitanya Set oTask = oTaskFolder.Items.Add("IPM.Task") With oTask ' store the each task item details .Subject = strTaskName .Body = strTaskBody .DueDate = strDueDate .PercentComplete = strCompPercent .ReminderTime = strReminderDate .ReminderSet = True .UserProperties.Add "TaskID", olText .UserProperties("TaskID") = strTaskId .UserProperties.Add "AssignedTo", olText .UserProperties("AssignedTo") = strDisplayName End With ' send the task oTask.Recipients.Add (strAssignTo) oTask.ReminderSet = True oTask.ReminderTime = strReminderDate oTask.ReminderOverrideDefault = True oTask.ReminderPlaySound = True oTask.Assign oTask.Send |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Import outlook setting | faeiz2 | Outlook - General Queries | 2 | March 4th 06 01:42 PM |
Any suggestions for setting up Outlook with peoplepc | penylayn | Outlook - Installation | 3 | March 1st 06 05:56 PM |
Is there a policy or registry setting for setting the default addr | scsi | Outlook - Installation | 1 | February 28th 06 01:19 PM |
setting up another user on outlook | sayam | Outlook - Installation | 0 | January 20th 06 07:31 PM |
Setting up Microsoft Outlook 2000 | Mandy | Outlook - General Queries | 1 | January 16th 06 12:00 AM |