In this sample, there are eight headers in the header section and five section fields in the message body. Notice that the Content-Type header (see Body Section) indicates that the body of the message contains fields, and that the boundary string is 7pKviP84rI4ZzGBds.
Mime-Version: 1.0 Date: 21 Jul 1996 20:12:06 -0300 From: Jane Doe (MSMQ) <janedoe> Subject: Form representation X-Form-Name: IPM.MSMQMAPI.SAMPLE Content-Transfer-Encoding: binary To: John Doe <johndoe> Content-Type: multipart/form-data; boundary=7pKviP84rI4ZzGBds --7pKviP84rI4ZzGBds Content-Disposition: form-data; name=TextBox_Name This is a text box control --7pKviP84rI4ZzGBds Content-Disposition: form-data; name=CheckBox_Name; x-type=boolean true --7pKviP84rI4ZzGBds Content-Disposition: form-data; name=RadioButton_Name RadioButton_choice1 --7pKviP84rI4ZzGBds Content-Disposition: form-data; name=ComboBox_Name This is a combo box control --7pKviP84rI4ZzGBds Content-Disposition: form-data; name=ListBox_Name 2222 --7pKviP84rI4ZzGBds--
For information on the header and body sections, see Header Section and Body Section.
For a sample of a text message, see Sample Text Message.