HTTPMAILGETPROP structure
[HTTPMAILGETPROP 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 GetProperty and GetPropertyDw methods.
Syntax
typedef struct tagHTTPMAILGETPROP {
HTTPMAILPROPTYPE type;
LPSTR pszProp;
DWORD dwProp;
} HTTPMAILGETPROP, *LPHTTPMAILGETPROP;
Members
-
type
-
Type: HTTPMAILPROPTYPE
-
Contains a property type from the HTTPMAILPROPTYPE enumeration whose value is returned in either pszProp or dwProp.
-
pszProp
-
Type: LPSTR
-
Contains the property value returned by GetProperty.
-
dwProp
-
Type: DWORD
-
Contains the property value returned by GetPropertyDw.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|