[]
Combines all the mime parts of the primary and secondary streams into the StreamProvider provided by the customer.
public void Finish(StreamProvider streamProvider, string mimeType = "message/rfc822", string fileExtension = "mht")
Type | Name | Description |
---|---|---|
StreamProvider | streamProvider | The customers StreamProvider to create the mht output file in. |
string | mimeType | Mime type to set for the stream. |
string | fileExtension | Suggested file extension to set for the stream. |