SYNCPROGRESSITEM
The SYNCPROGRESSITEM structure describes the progress information reported by the transport to Messaging.
Syntax
struct {
ULONG cbSize;
DWORD mask;
LPCWSTR pwszStatusText;
DWORD dwStatusType;
ULONG ulProgValue;
ULONG ulMaxValue;
ULONG ulTotalNewMail;
ULONG cbIdNewMsg;
LPENTRYID pidNewMsg;
} SYNCPROGRESSITEM;
Members
- cbSize
Size in bytes of the SYNCPROGRESSITEM structure. - mask
Bitmask indicating which fields in the structure are valid. For information on possible values, see MAPI Mail Sync Progress Constants. - pwszStatusText
Constant string describing the status. - dwStatusType
Not used; set to zero. - ulProgValue
Current message being downloaded. - ulMaxValue
Total number of messages being downloaded. - ulTotalNewMail
Not used; set to zero. - cbIdNewMsg
Not used; set to zero. - pidNewMsg
Not used; set to zero.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
See Also
IMailSyncCallBack::Progress | MAPI Structures | Messaging
Send Feedback on this topic to the authors