[ 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/".
See also: [[email protected]_from_multipart].
mime_type |
the MIME type of the multipart to create. |
a new empty Multipart of the given |