Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

Div
Classe2e-refDiv

Otp
Floatingfalse
maxHLevel1

Rp

Tagged Values (<<MIMEConverter>>)

Multiexcerpt
MultiExcerptNamemime_tagged_values
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

Multiexcerpt
MultiExcerptNamemime_parameters_decode
NameTypeDirectionDescription
headerParametersArray of MIMEHeaderFieldin
Multiexcerpt
MultiExcerptNameheaderParameters

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

Multiexcerpt
MultiExcerptNamemime_parameters_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
Anchor
MimeHeaderField
MimeHeaderField
MIMEHeaderField
nameString
valueString
Anchor
​MIMEPart
​MIMEPart
MIMEPart
contentBlob
contentCharsetString
contentIDString
contentLocationString
contentNameString
contentTypeString

MIMEPart Structure

Figure: MIME Part Structure

Image Modified

Panel
titleOn this Page:
Table of Contents
Panel
titleRelated Pages: