mimeEncodeFieldAsMIMEMultipartDocument |
Type | function |
Dictionary | library.mime |
Library | MIME Library |
Syntax | mimeEncodeFieldAsMIMEMultipartDocument(<pField>)
|
Associations | com.livecode.library.mime |
Summary | Generate multipart content from a field control
|
Parameters | Name | Type | Description |
---|
pField | | The long id of the field to encode
|
|
Example | put mimeEncodeFieldAsMIMEMultipartDocument(the long id of field "email") into tBody
SendEmail tBody
|
Values | Name | Type | Description |
---|
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
|