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 flags are used to indicate which fields in the SYNCPROGRESSITEMstructure contain valid data. They can be used individually, or combined using the logical OR to form a bitmask.

Constant Value Description

SYNCPROGRESSITEM_STATUSTEXT

0x001

The pwszStatusTextmember contains valid data.

SYNCPROGRESSITEM_STATUSTYPE

0x002

The dwStatusTypemember contains valid data.

SYNCPROGRESSITEM_PROGVALUE

0x004

The ulProgValuemember contains valid data.

SYNCPROGRESSITEM_MAXVALUE

0x008

The ulMaxValuemember contains valid data.

SYNCPROGRESSITEM_DISCONNECTED

0x0010

The call was disconnected.

SYNCPROGRESSITEM_TOTAL_NEW_MAIL

0x0020

The ulTotalNewMailmember contains valid data.

SYNCPROGRESSITEM_NEW_MESSAGE

0x0040

The pidNewMsgmember contains valid data.

See Also

Reference

SYNCPROGRESSITEM

Other Resources

MAPI Flags