FINDBODY structure
Do not use. Used to iterate through the message bodies in an IMimeMessageTree object.
Syntax
typedef struct tagFINDBODY {
LPSTR pszPriType;
LPSTR pszSubType;
DWORD dwReserved;
} FINDBODY, *LPFINDBODY;
Members
-
pszPriType
-
Type: LPSTR
-
Contains the primary Content-Type to iterate.
-
pszSubType
-
Type: LPSTR
-
Contains the secondary Content-Type to iterate.
-
dwReserved
-
Type: DWORD
-
Do not use.
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 |
|