#include <src/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 649 of file libpst.h.
|
bit mask of days of the week
Definition at line 679 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
number of occurrences, even if recurrence terminates based on date
Definition at line 687 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
day of month for monthly and yearly recurrences
Definition at line 681 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
recurrence interval in terms of the recurrence type
Definition at line 677 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
month of year for yearly recurrences
Definition at line 683 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
must be contiguous, not an array to make python interface easier
Definition at line 665 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
Definition at line 666 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
|
|
Definition at line 668 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
Definition at line 669 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
occurence of day for 2nd Tuesday of month, in which case position is 2
Definition at line 685 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
0x30043004
Definition at line 651 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
implies number of recurrence parameters
Definition at line 663 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
type of termination of the recurrence
Definition at line 675 of file libpst.h. Referenced by pst_convert_recurrence(). |
|
Definition at line 656 of file libpst.h. Referenced by pst_convert_recurrence(). |