Share via


HTTPMAILPOST structure

[HTTPMAILPOST is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Contains the response information for the CommandPOST, CommandPUT, and SendMessage methods.

Syntax

typedef struct tagHTTPMAILPOST {
  LPSTR pszLocation;
  BOOL  fResend;
  DWORD cbIncrement;
  DWORD cbCurrent;
  DWORD cbTotal;
} HTTPMAILPOST, *LPHTTPMAILPOST;

Members

pszLocation

Type: LPSTR

Contains an LPCSTR that contains the URL to the location the entity is stored on the server.

fResend

Type: BOOL

Contains a BOOL that indicates whether the download was restarted since the last time this method was called. If this parameter is TRUE, cbCurrent was reset to zero.

cbIncrement

Type: DWORD

Contains a DWORD that contains the number of bytes downloaded since the last time this method was called.

cbCurrent

Type: DWORD

Contains a DWORD that contains the total number of bytes downloaded for this response so far.

cbTotal

Type: DWORD

Contains a DWORD that contains the size in bytes of the entire response.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Imnxport.h
IDL
Imnxport.idl