#include <src/libpst.h>
Collaboration diagram for pst_item_appointment:

Data Fields | |
| FILETIME * | end |
| mapi element 0x820e PR_OUTLOOK_EVENT_START_END | |
| pst_string | location |
| mapi element 0x8208 PR_OUTLOOK_EVENT_LOCATION | |
| int | alarm |
mapi element 0x8503 PR_OUTLOOK_COMMON_REMINDER_SET
| |
| FILETIME * | reminder |
| mapi element 0x8560 | |
| int32_t | alarm_minutes |
| mapi element 0x8501 PR_OUTLOOK_COMMON_REMINDER_MINUTES_BEFORE | |
| pst_string | alarm_filename |
| mapi element 0x851f | |
| FILETIME * | start |
| mapi element 0x820d PR_OUTLOOK_EVENT_START_DATE | |
| pst_string | timezonestring |
| mapi element 0x8234 | |
| int32_t | showas |
mapi element 0x8205 PR_OUTLOOK_EVENT_SHOW_TIME_AS
| |
| int32_t | label |
mapi element 0x8214
| |
| int | all_day |
mapi element 0x8215 PR_OUTLOOK_EVENT_ALL_DAY
| |
| pst_string | recurrence |
| mapi element 0x8232 recurrence description | |
| int32_t | recurrence_type |
mapi element 0x8231
| |
| FILETIME * | recurrence_start |
| mapi element 0x8235 PR_OUTLOOK_EVENT_RECURRENCE_START | |
| FILETIME * | recurrence_end |
| mapi element 0x8236 PR_OUTLOOK_EVENT_RECURRENCE_END | |
Definition at line 628 of file libpst.h.
|
|
mapi element 0x8503 PR_OUTLOOK_COMMON_REMINDER_SET
Definition at line 636 of file libpst.h. Referenced by pst_process(). |
|
|
mapi element 0x851f
Definition at line 642 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
|
mapi element 0x8501 PR_OUTLOOK_COMMON_REMINDER_MINUTES_BEFORE
Definition at line 640 of file libpst.h. Referenced by pst_process(). |
|
|
mapi element 0x8215 PR_OUTLOOK_EVENT_ALL_DAY
Definition at line 669 of file libpst.h. Referenced by pst_process(). |
|
|
mapi element 0x820e PR_OUTLOOK_EVENT_START_END
Definition at line 630 of file libpst.h. Referenced by pst_freeItem(), pst_process(), and write_appointment(). |
|
|
mapi element 0x8214
Definition at line 665 of file libpst.h. Referenced by pst_process(), and write_appointment(). |
|
|
mapi element 0x8208 PR_OUTLOOK_EVENT_LOCATION
Definition at line 632 of file libpst.h. Referenced by pst_freeItem(), pst_process(), and write_appointment(). |
|
|
mapi element 0x8232 recurrence description
Definition at line 671 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
|
mapi element 0x8236 PR_OUTLOOK_EVENT_RECURRENCE_END
Definition at line 682 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
|
mapi element 0x8235 PR_OUTLOOK_EVENT_RECURRENCE_START
Definition at line 680 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
|
mapi element 0x8231
Definition at line 678 of file libpst.h. Referenced by pst_process(). |
|
|
mapi element 0x8560
Definition at line 638 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
|
|
mapi element 0x8205 PR_OUTLOOK_EVENT_SHOW_TIME_AS
Definition at line 652 of file libpst.h. Referenced by pst_process(), and write_appointment(). |
|
|
mapi element 0x820d PR_OUTLOOK_EVENT_START_DATE
Definition at line 644 of file libpst.h. Referenced by pst_freeItem(), pst_process(), and write_appointment(). |
|
|
mapi element 0x8234
Definition at line 646 of file libpst.h. Referenced by pst_freeItem(), and pst_process(). |
1.3.9.1