Outlook task reminder time

Rioven

Active Member
Licensed User
Longtime User
Hi,
I've made an application for Outlook appointments and tasks using 'Outlook.dll'.
I don't have any problems using 'appointment.start' and 'appointment.end' with Ticks value, but on 'task.startdate' and 'task.duedate' the Ticks values just return dates. How to set the reminder time on task?

In my WM6 device, the task reminder time is set by dropdown items with 30 minutes increments.

Regards,
 

Rioven

Active Member
Licensed User
Longtime User
Thanks Erel for quick reply...
I can work out using 'Appointment.Duration' instead of End. Is this OK?
I'll exclude task on my application for time being, it will be added soon the library is updated.:)
 
Top