SYNCCONT
Applies to: Outlook 2013 | Outlook 2016
Information for synchronizing the contents of specified folders in a local store with the server during the synchronize contents state. This involves just uploading, or a full synchronization involving an upload and then a download.
Quick info
struct SYNCCONT
{
ULONG ulFlags;
UINT iEnt;
UINT cEnt;
LPVOID pvReserved;
LPSPropTagArray ptagaReserved;
LPSSortOrderSet psosReserved;
};
Members
ulFlags
[in] Flags to determine the appropriate behavior during synchronization.
UPC_OK
[in] Upload or full synchronization was successful. The client sets this after synchronizing information with the server.
iEnt
[out] Index to track synchronizing the contents in the number of folders specified by cEnt.
cEnt
[out] Number of folders to be replicated.
pvReserved
This member is reserved for the internal use of Outlook and is not supported.
ptagaReserved
This member is reserved for the internal use of Outlook and is not supported.
psosReserved
This member is reserved for the internal use of Outlook and is not supported.