MAPI Mail Sync Progress Constants

Send Feedback

These constants are combined to form a bitmask that indicates which fields in the SYNCPROGRESSITEM structure contain valid data.

Constant Value Description
SYNCPROGRESSITEM_STATUSTEXT 0x0001 The pwszStatusText member contains valid data.
SYNCPROGRESSITEM_STATUSTYPE 0x0002 The dwStatusType member contains valid data.
SYNCPROGRESSITEM_PROGVALUE 0x0004 The ulProgValue member contains valid data.
SYNCPROGRESSITEM_MAXVALUE 0x0008 The ulMaxValue member contains valid data.
SYNCPROGRESSITEM_DISCONNECTED 0x0010 The call was disconnected.
SYNCPROGRESSITEM_TOTAL_NEW_MAIL 0x0020 The ulTotalNewMail member contains valid data.
SYNCPROGRESSITEM_NEW_MESSAGE 0x0040 The pidNewMsg member contains valid data.

See Also

MAPI Constants | SYNCPROGRESSITEM

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.