Hi ASPOSE Support Team,
When I used the End After or End By option then not able to send the Mapi Task to the assigned User. Not sure why the ASPOSE API stop sending Task email using SMTP with both End After or End By MapiCalendarRecurrenceEndType options.
It works fine with the MapiCalendarRecurrenceEndType NeverEnd option. Code is being executed successfully witout any exception with End After or End By options.
Please Suggest how to use the (End After: 10 occurrence) and End By ( Sun 1/4/2016) options.
I tried with below, Please check
End After: 10 occurrence:
recDaily.EndType =
MapiCalendarRecurrenceEndType.EndAfterNOccurrences; recDaily.OccurrenceCount =
10;
End By ( Sun 1/4/2016)
recDaily.EndType =
MapiCalendarRecurrenceEndType.EndAfterDate
Note: But therer is such Property to set the End Date.
Please see the highlighted in the attached screenshot .
Let me know if additional information is required.
With warm regards,
Vipin Panwar