Property tables
[Outlook Wrapper]

Collaboration diagram for Property tables:

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).

Variable Documentation

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}

}
Calendar properties that need specific conversions of the value.

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}

}
Contact properties that need specific conversions of the value.

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}

}
Mail properties that need specific conversions of the value.

WCHAR* complexNoteProps[] [static]

Initial value:

 {

    {L"Subject"                     },
    {L"Categories"                  },      
    {L"Color"                       },      
    {L"LastModificationTime"        },      
    {L"Height"                      },      
    {L"Width"                       },      
    {L"Left"                        },      
    {L"Top"                         },      
    {NULL}

}
Note properties that need specific conversions of the value.

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}

}
Task properties that need specific conversions of the value.

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}

}
Recurrence properties stored in Recurrence Pattern (appointments/tasks).

Referenced by ClientRecurrence::save().

WCHAR* safeCalendarProps[] [static]

Initial value:

 {

    {L"Body"                },
    {L"OptionalAttendees"   },
    {NULL}

}
Calendar properties protected by Outlook security patch.

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}

}
Contact properties protected by Outlook security patch.

Referenced by ClientContact::isSecureProperty().

WCHAR* safeNoteProps[] [static]

Initial value:

 {

    {L"Body"                },
    {NULL}

}
Tasks properties protected by Outlook security patch.

Referenced by ClientNote::isSecureProperty().

WCHAR* safeTaskProps[] [static]

Initial value:

 {

    {L"Body"                },
    {L"ContactNames"        },
    {L"Owner"               },
    {NULL}

}
Tasks properties protected by Outlook security patch.

Referenced by ClientTask::isSecureProperty().


Generated on Tue Apr 6 13:00:40 2010 for Funambol Outlook Plug-in Library by  doxygen 1.5.7.1