Set the Priority in a task

G

Guest

How do you set the priority in a task to high? I am trying it like this but I am having no luck

myTask.SchedulePlusPriority = hig

TIA
 
K

Ken Slovak - [MVP - Outlook]

That's only for use with Schedule+.

Use TaskItem.Importance. You have to set it to one of the members of the
OlImportance enum:
Const olImportanceLow = 0
Const olImportanceNormal = 1
Const olImportanceHigh = 2
 
G

Guest

Ken
Thanks that did it


----- Ken Slovak - [MVP - Outlook] wrote: ----

That's only for use with Schedule+

Use TaskItem.Importance. You have to set it to one of the members of th
OlImportance enum
Const olImportanceLow =
Const olImportanceNormal =
Const olImportanceHigh =


--
Ken Slova
[MVP - Outlook
http://www.slovaktech.co
Author: Absolute Beginner's Guide to Microsoft Office Outlook 200
Reminder Manager, Extended Reminders, Attachment Option
http://www.slovaktech.com/products.ht
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top