Name
mimepart:Data -- set mime part's body data (V2.0)
Synopsis
mimepart:Data(data$)
Function
This sets sets the mime part's body content to data$. Note that data$ can also contain binary data. It is not limited to text. To set the mime part's body data from a file source, use mimepart:FileData() instead.

Mime parts are created using mime:AddPart().

Inputs
data$
desired data

Show TOC