Variables | |
static PropertyNames | diffPropertyNames [DIFF_PROPERTY_NAMES_COUNT] |
static WCHAR * | safeCalendarProps [] |
Calendar properties protected by Outlook security patch. | |
static WCHAR * | safeContactProps [] |
Contact properties protected by Outlook security patch. | |
static WCHAR * | safeTaskProps [] |
Tasks properties protected by Outlook security patch. | |
static WCHAR * | safeNoteProps [] |
Tasks properties protected by Outlook security patch. | |
static WCHAR * | complexCalendarProps [] |
Calendar properties that need specific conversions of the value. | |
static WCHAR * | complexContactProps [] |
Contact properties that need specific conversions of the value. | |
static WCHAR * | complexMailProps [] |
Mail properties that need specific conversions of the value. | |
static WCHAR * | complexTaskProps [] |
Task properties that need specific conversions of the value. | |
static WCHAR * | complexNoteProps [] |
Note properties that need specific conversions of the value. | |
static WCHAR * | recurrenceProps [] |
Recurrence properties stored in Recurrence Pattern (appointments/tasks). |
WCHAR* complexCalendarProps[] [static] |
Initial value:
{ {L"AllDayEvent" }, {L"Start" }, {L"End" }, {L"IsRecurring" }, {L"NoAging" }, {L"ReminderSet" }, {L"ReplyTime" }, {L"UnRead" }, {L"ReminderSoundFile" }, {L"LastModificationTime" }, {L"Categories" }, {NULL} }
WCHAR* complexContactProps[] [static] |
Initial value:
{ {L"Anniversary" }, {L"Birthday" }, {L"NoAging" }, {L"UnRead" }, {L"FirstName" }, {L"LastName" }, {L"Categories" }, {L"LastModificationTime" }, {L"HomeAddressExtended" }, {L"BusinessAddressExtended" }, {L"OtherAddressExtended" }, {L"HomeAddressStreet" }, {L"BusinessAddressStreet" }, {L"OtherAddressStreet" }, {L"Photo" }, {NULL} }
WCHAR* complexMailProps[] [static] |
Initial value:
{ {L"DeferredDeliveryTime" }, {L"ExpiryTime" }, {L"FlagDueBy" }, {L"FlagStatus" }, {L"Importance" }, {L"NoAging" }, {L"ReadReceiptRequested" }, {L"ReminderSet" }, {L"ReminderTime" }, {L"Sensitivity" }, {L"UnRead" }, {L"LastModificationTime" }, {NULL} }
WCHAR* complexNoteProps[] [static] |
Initial value:
{ {L"Subject" }, {L"Categories" }, {L"Color" }, {L"LastModificationTime" }, {L"Height" }, {L"Width" }, {L"Left" }, {L"Top" }, {NULL} }
WCHAR* complexTaskProps[] [static] |
Initial value:
{ {L"Complete" }, {L"DateCompleted" }, {L"DueDate" }, {L"Importance" }, {L"IsRecurring" }, {L"ReminderSet" }, {L"ReminderTime" }, {L"StartDate" }, {L"TeamTask" }, {L"Categories" }, {L"LastModificationTime" }, {L"ReminderSoundFile" }, {NULL} }
PropertyNames diffPropertyNames[DIFF_PROPERTY_NAMES_COUNT] [static] |
Initial value:
{ {L"HomeWebPage", L"PersonalHomePage"} }
WCHAR* recurrenceProps[] [static] |
Initial value:
{ {L"RecurrenceType" }, {L"Interval" }, {L"MonthOfYear" }, {L"DayOfMonth" }, {L"DayOfWeekMask" }, {L"Instance" }, {L"PatternStartDate" }, {L"NoEndDate" }, {L"PatternEndDate" }, {L"Occurrences" }, {NULL} }
Referenced by ClientRecurrence::save().
WCHAR* safeCalendarProps[] [static] |
Initial value:
{ {L"Body" }, {L"OptionalAttendees" }, {NULL} }
WCHAR* safeContactProps[] [static] |
Initial value:
{ {L"Body" }, {L"Email1Address" }, {L"Email1AddressType" }, {L"Email1DisplayName" }, {L"Email2Address" }, {L"Email2AddressType" }, {L"Email2DisplayName" }, {L"Email3Address" }, {L"Email3AddressType" }, {L"Email3DisplayName" }, {L"IMAddress" }, {NULL} }
Referenced by ClientContact::isSecureProperty().
WCHAR* safeNoteProps[] [static] |
Initial value:
{
{L"Body" },
{NULL}
}
Referenced by ClientNote::isSecureProperty().
WCHAR* safeTaskProps[] [static] |
Initial value:
{ {L"Body" }, {L"ContactNames" }, {L"Owner" }, {NULL} }
Referenced by ClientTask::isSecureProperty().