Tagged Values (<<MIMEConverter>>)

Tagged ValueDescriptionAllowed Values
actionSupply the MIME action you want to perform.decodeconvert a MIME message (header and content) to a multipart structure
encodeconvert a MIME multipart structure to a MIME message (header and content)

Parameters

Decode

NameTypeDirectionDescription
headerParametersArray of MIMEHeaderFieldin

Supplies an array of MIME header parameters with name - value pairs.

Examples:

  • name: Mime-Version
    value:
    1.0
  • name: Content-Type
    value:
    multipart/mixed; boundary="00000002fb3f06070000118c00001d106e2f8e8b"
contentBlobinThe body of the e-mail may contain any kind of data and is wrapped in an object of base type Blob.
multipartMIMEPartoutProvides the decoded MIME part in a complex object.

Encode

NameTypeDirectionDescription
multipartMIMEPartinSupply a MIME part to be encoded. Use either multipart or multiparts, not both.
multipartsArray of MIMEPartinSupply a collection of MIME parts to be encoded. Use either multipart or multiparts, not both.
headerParametersArray of MIMEHeaderFieldout

Provides the MIME headers.

Examples:

  • name: Mime-Version
    value:
    1.0
  • name: Content-Type
    value:
    multipart/mixed; boundary="00000002fb3f06070000118c00001d106e2f8e8b"
contentBloboutProvides the decoded content of the supplied MIME part(s).

Parameter Types

ClassAttributeType
MIMEHeaderFieldnameString
valueString
MIMEPartcontentBlob
contentCharsetString
contentIDString
contentLocationString
contentNameString
contentTypeString

MIMEPart Structure

Figure: MIME Part Structure

On this Page:
  • No labels