How to determine if the RecurrencePattern in Outlook is end by a date or end by recurrence count -


for finite recurring appointment in outlook, recurrencepattern interface doesn't expose property tell if pattern end date or end recurrence count. patternenddate, endtime, , occurrences properties populated.

is there way determine end type of pattern?

oom not expose property. can

  1. parse recurrence blob (not fainthearted).

  2. if using redemption option, use rdorecurrencepattern.patternendkind property (reknoenddate, rekendafteroccurrences, rekendbydate).


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -