if (!string.IsNullOrEmpty(tasksFields.Remindertime))
{
task.ReminderTime = DateTime.ParseExact(tasksFields.Remindertime, “ddd, dd MMM yyyy HH:mm:ss”, CultureInfo.InvariantCulture);
task.ReminderSet = true;
}
else
{ …...MapiTask always writes the named properties PidLidReminderTime (0x8502)...omitted. Outlook sees the properties present, converts the zero...