The MQMailFormField structure describes a form field. The MSMQ Mail SDK supports String, Integer, Boolean, Double, and Currency fields.
typedef struct MQMailFormField_tag
{
LPSTR szName; //Name of field.
MQMailFormFieldType iType; //Type of value.
MQMailFormFieldData Value; //Union of available types.
} MQMailFormField, FAR*LPMQMailFormField;
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, MQMailFormFieldData, MQMailFormFieldType