The MQMailFormData structure describes a message form, giving the name of the form and listing the fields the form contains.
typedef struct MQMailFormData_tag
{
LPSTR szName; //Name of form.
LPMQMailFormFieldList pFields; //List of fields.
} MQMailFormData, FAR* LPMQMailFormData;
Windows NT: Requires version 4.0 SP3 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mqmail.h.
Import Library: Use mqmail.lib.
Unicode: Defined only as Unicode.
MQMailEMail, MQMailFormFieldList