Importing - "Reminder On/Off" field

S

Susan

In my Excel spreadsheet that I'm going to import into Outlook Calendar
(2003), what values should I use to enable the "Reminder" checkbox? I've
tried "Yes" "On" "0" "1" and "2" and nothing seems to work - the box remains
unchecked. The fields are properly mapped.
 
K

Ken Slovak - [MVP - Outlook]

AppointmentItem.ReminderSet is a Boolean. Try "True" and "False" and see if
that works.
 
Top