Click or drag to resize

MimeFactoryCreateMimeMultipart Method

Creates geenric empty MimeMultipart object.

Namespace: Limilabs.Mail.MIME
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public MimeMultipart CreateMimeMultipart(
	ContentType contentType
)

Parameters

contentType  ContentType
Content-Type of the created entity.

Return Value

MimeMultipart
New MimeMixed object.
See Also