Multipart
Description:
[ CCode ( has_construct_function = false ) ]
public Multipart (string mime_type)
Creates a new empty Multipart with a randomly-generated boundary string.
Note that mime_type
must be the full MIME type, including "multipart/".
Parameters:
mime_type |
the MIME type of the multipart to create.
|
Returns:
a new empty Multipart of the given mime_type
|