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;
MQMailEMail, MQMailFormFieldList