Table: Outlook_Contact_Synchronization_Folder
A list of Outlook? folders to synchronize contacts with for a particular Staff's contact synchronization profile. The combination of (outlook_contact_synchronization_profile_KEY, outlook_store_KEY, entry_id) is unique.

"For the Exchange message entrys, entry id includes the full distinguished name of the mailbox, which is not limited in length AFAIK. Since MAPI starts barking when a property size goes above about 4k (you need to open the property as IStream, not with IMAPIProp::GetProps(...), etc), it would be relatively safe to alllocate 8192 chars for the entry ids - if your code breaks, so would Outlook? itself."
-- Dmitry Streblechenko (MVP)
http://www.dimastr.com/, http://groups.google.com/group/microsoft.public.outlook.program_vba/browse_frm/thread/f768d385c8dd4a27/1df02bd5c153c6bd%231df02bd5c153c6bd
Columns
NameTypeConstraintsDescription
outlook_contact_synchronization_folder_KEYintNOT NULLAssigned by COMMON_dp_Allocate_Unique_Identifiers. Program assigned primary key for this table.
update__staff_KEYintNOT NULL
update_date_utcdatetimeNOT NULL
create_date_utcdatetimeNOT NULL
outlook_contact_synchronization_profile_KEYintNOT NULLReference to the contact synchronization profile this folder is for.
enabledbitNOT NULLtrue if this profile is to be used to export contacts when the Sync button is pushed.
confirm_changesbitNOT NULLtrue if this profile should display a confirmation dialog prior to committing sync changes between the database and Outlook?.
entry_idvarbinary (4096)NOT NULLHolds the binary value of the Outlook? EntryID. Convert to a hexadecimal string without the 0x prefix (2 characters for each byte) the COM interface representation.
outlook_store_KEYintNOT NULLA reference to one of the Outlook_Store rows that has the binary value of the Outlook? StoreID of this item.
filter_KEYintReference to a Contact filter used to define which Contacts to send to Outlook? as part of the synchronization.
entry_id_checksumintNOT NULL
Primary key
NameColumnsDescription
PK_Outlook_Contact_Synchronization_Folder$outlook_contact_synchronization_folder_KEYoutlook_contact_synchronization_folder_KEYCLUSTERED
Indexes
NameColumnsDescription
IX_Outlook_Contact_Synchronization_Folder$filter_KEYfilter_KEYIndex supports foreign key FK_Outlook_Contact_Synchronization_Folder__Filter__filter_KEY
IX_Outlook_Contact_Synchronization_Folder$outlook_contact_synchronization_profile_KEYoutlook_contact_synchronization_profile_KEYIndex supports foreign key FK_Outlook_Contact_Synchronization_Folder__Outlook_Contact_Synchronization_Profile__outlook_contact_synchronization_profile_KEY
IX_Outlook_Contact_Synchronization_Folder$outlook_store_KEYoutlook_store_KEYIndex supports foreign key FK_Outlook_Contact_Synchronization_Folder__Outlook_Store__outlook_store_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Outlook_Contact_Synchronization_Folder__Filter__filter_KEYfilter_KEYFilteron delete cascade;
FK_Outlook_Contact_Synchronization_Folder__Outlook_Contact_Synchronization_Profile__outlook_contact_synchronization_profile_KEYoutlook_contact_synchronization_profile_KEYOutlook_Contact_Synchronization_Profile
FK_Outlook_Contact_Synchronization_Folder__Outlook_Store__outlook_store_KEYoutlook_store_KEYOutlook_Store

Schema diagram