MAPI Mail Sync Request Constants

Send Feedback

These constants indicate the type of action performed in a synchronize operation. They are mutially exclusive (that is, cannot be combined with bitwise OR to form a bitmask) and are used in the ffFlags member of the MAILSYNCREQUEST structure.

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 cufrent 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 synchronization operation.

See Also

MAPI Constants | MAILSYNCREQUEST

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.