#include <libpst/libpst.h>
Data Fields | |
uint32_t | signature |
0x30043004 | |
uint32_t | type |
| |
uint32_t | sub_type |
implies number of recurrence parameters
| |
uint32_t | parm1 |
must be contiguous, not an array to make python interface easier | |
uint32_t | parm2 |
uint32_t | parm3 |
uint32_t | parm4 |
uint32_t | parm5 |
uint32_t | termination |
type of termination of the recurrence
| |
uint32_t | interval |
recurrence interval in terms of the recurrence type | |
uint32_t | bydaymask |
bit mask of days of the week | |
uint32_t | dayofmonth |
day of month for monthly and yearly recurrences | |
uint32_t | monthofyear |
month of year for yearly recurrences | |
uint32_t | position |
occurence of day for 2nd Tuesday of month, in which case position is 2 | |
uint32_t | count |
number of occurrences, even if recurrence terminates based on date |
http://www.geocities.com/cainrandom/dev/MAPIRecurrence.html
Definition at line 629 of file libpst.h.
|
bit mask of days of the week
|
|
number of occurrences, even if recurrence terminates based on date
|
|
day of month for monthly and yearly recurrences
|
|
recurrence interval in terms of the recurrence type
|
|
month of year for yearly recurrences
|
|
must be contiguous, not an array to make python interface easier
|
|
|
|
|
|
|
|
|
|
occurence of day for 2nd Tuesday of month, in which case position is 2
|
|
0x30043004
|
|
implies number of recurrence parameters
|
|
type of termination of the recurrence
|
|
|