MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MessagePart Class
MessagePart Constructor
MessagePart Constructor
MessagePart(MimeEntityConstructorArgs) Constructor
MessagePart(String) Constructor
MessagePart(String, Object[]) Constructor
MessagePart(String, String) Constructor
Message
Part(String) Constructor
Initialize a new instance of the
MessagePart
class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
MessagePart
(
string
subtype
)
Parameters
subtype
String
The message subtype.
Exceptions
Exception
Condition
ArgumentNullException
subtype
is
null
.
Remarks
Creates a new MIME message entity with the specified subtype.
See Also
Reference
MessagePart Class
MessagePart Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast