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

The SYNCPROGRESSITEMstructure 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 SYNCPROGRESSITEMstructure.

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