mimeEncodeFieldAsMIMEMultipartDocument

Typefunction
Dictionarylibrary.mime
LibraryMIME Library
Syntax
mimeEncodeFieldAsMIMEMultipartDocument(<pField>)
Associationscom.livecode.library.mime
Summary

Generate multipart content from a field control

Parameters
NameTypeDescription
pField

The long id of the field to encode

Example
put mimeEncodeFieldAsMIMEMultipartDocument(the long id of field "email") into tBody
SendEmail tBody
Values
NameTypeDescription
It

Set to the multipart content generated from the field content

The result

An error message if an error was encountered

Description

Parses the content of a field to create multipart content