silc_mime_set_multipart

SYNOPSIS

    void silc_mime_set_multipart(SilcMime mime, const char *type,
                                 const char *boundary);

DESCRIPTION

Sets the `mime' to be a multipart MIME message. The `type' specifies the multipart type, usually "mixed", but can be something else too. The `boundary' specifies the multipart boundary.