MAPI Mail Sync Request Constants
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 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 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
Reference
MAILSYNCREQUEST
MAPI Boolean Service Capability Constants