Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|