Click or drag to resize
MimeKit

BodyPartMessage(ContentType, String) Constructor

Initializes a new instance of the BodyPartMessage class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntax
C#
public BodyPartMessage(
	ContentType contentType,
	string partSpecifier
)

Parameters

contentType  ContentType
The content type.
partSpecifier  String
The part specifier.
Exceptions
ExceptionCondition
ArgumentNullException

contentType is .

-or-

partSpecifier is .

Remarks
Creates a new BodyPartMessage.
See Also