The MQMailFormFieldList structure describes a list of form fields.
typedef struct MQMailFormFieldList_tag
{
ULONG cFields; //Number of fields.
LPMQMailFormField FAR* apField; //Pointer to array of field ptrs.
} MQMailFormFieldList, FAR*LPMQMailFormFieldList;
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.