Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

These constants indicate the type of action performed in a synchronize operation. They are mutually exclusive (that is, cannot be combined with bitwise ORto form a bitmask) and are used in the ffFlagsmember of the MAILSYNCREQUESTstructure.

Constant Value Description

SYNC_NORMAL

0

The normal synchronization operation.

SYNC_HIERARCHY

1

Create the hierarchy during the synchronization operation.

SYNC_CREATE_FOLDER

2

Create the missing folder during the synchronization operation.

SYNC_RENAME_FOLDER

3

Rename the current folder during the synchronization operation.

SYNC_DELETE_FOLDER

4

Delete the current folder during the synchronization operation.

SYNC_RESETHIERARCHY

5

Recreate the hierarchy during the synchronization operation.

SYNC_FOLDER

6

Update only the current folder during the synchronization operation.

See Also