Reminder Field in Outlook

  • Thread starter Thread starter summapbc
  • Start date Start date
S

summapbc

I am attempting to import Task data into Outlook 2000. I want to set
the reminder for the task to ON. I have used a field containing 1,
true, Y, etc. and have been unable to flag it. Does anyone have any
idea how to set the reminder field ON via import?

Thank you,

Paula
 
The import wizard won't let you do that. You can write code to do it,
you'd need to set TaskItem.ReminderSet and TaskItem.ReminderTime.
 
Back
Top