mimeEncodeFieldAsMIMEMultipartDocument
Type
function
Summary
Generate multipart content from a field control
Syntax
mimeEncodeFieldAsMIMEMultipartDocument(<pField>)
Description
Parses the content of a field to create multipart content
Parameters
Name | Type | Description |
---|---|---|
pField | The long id of the field to encode |
Examples
put mimeEncodeFieldAsMIMEMultipartDocument(the long id of field "email") into tBody
SendEmail tBody
Value
Name | Type | Description |
---|---|---|
it | Set to the multipart content generated from the field content | |
the result | An error message if an error was encountered |