MailKit Documentation
MailKit Documentation
API Reference
MimeKit
TextPart Class
TextPart Constructor
TextPart Constructor
TextPart(MimeEntityConstructorArgs) Constructor
TextPart(String) Constructor
TextPart(TextFormat) Constructor
TextPart(String, Object[]) Constructor
Text
Part(Mime
Entity
Constructor
Args) Constructor
Initialize a new instance of the
TextPart
class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
TextPart
(
MimeEntityConstructorArgs
args
)
Parameters
args
MimeEntityConstructorArgs
Information used by the constructor.
Exceptions
Exception
Condition
ArgumentNullException
args
is
null
.
Remarks
This constructor is used by
MimeParser
.
See Also
Reference
TextPart Class
TextPart Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast