Share via


SYNCPROGRESSITEM (Compact 7)

3/12/2014

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.
  • 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

See Also

Reference

MAPI Structures
IMailSyncCallBack::Progress