HTTPMAILGET structure

[HTTPMAILGET 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 CommandGET method.

Syntax

typedef struct tagHTTPMAILGET {
  BOOL   fTotalKnown;
  DWORD  cbIncrement;
  DWORD  cbCurrent;
  DWORD  cbTotal;
  LPVOID pvBody;
  LPSTR  pszContentType;
} HTTPMAILGET, *LPHTTPMAILGET;

Members

fTotalKnown

Type: BOOL

Contains a BOOL that indicates whether the server provided an HTTP content-length header. When this parameter is TRUE, cbTotal contains the response size.

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 when fTotalKnown is TRUE.

pvBody

Type: LPVOID

Contains an LPVOID that contains the downloaded data.

pszContentType

Type: LPSTR

Contains an LPSTR that contains the content type, for example, text/html.

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