SYNCPROGRESSITEM
4/8/2010
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
Header | cemapi.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |
See Also
Reference
IMailSyncCallBack::Progress
MAPI Structures