Read MIME activity
During run time, the Read MIME activity reads the MIME header and the body of the message. The Read MIME activity breaks up the attachments contained in the body of the message and places the result into the parts XML output parameter, as shown in the figure below.
For example, an orchestration could contain a Get Email activity,
that during run time gets an email message from a POP3 endpoint and
places the resulting email message in two variables, one XML variable
that contains the mail header and another string variable that contains
the body of the email message. The next activity in the orchestration
could be a Read MIME activity that maps the contents of the
mail header and the body variables to its input parameters. If the
mail message contains attachments, the Read MIME activity then
breaks up the attachments contained in the body of the message and
places the result into the parts XML output parameter.
