MIMEPARAMINFO structure
Do not use. Holds the name and value of a MIME parameter.
Syntax
typedef struct tagMIMEPARAMINFO {
LPSTR pszName;
LPSTR pszData;
} MIMEPARAMINFO, *LPMIMEPARAMINFO;
Members
-
pszName
-
Type: LPSTR
-
Contains the parameter name.
-
pszData
-
Type: LPSTR
-
Contains the parameter value.
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 |
|