MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlCommentToken Class
HtmlCommentToken Constructor
HtmlCommentToken Properties
HtmlCommentToken Methods
Html
Comment
Token Constructor
Initialize a new instance of the
HtmlCommentToken
class.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
Copy
public
HtmlCommentToken
(
string
comment
,
bool
bogus
=
false
)
Parameters
comment
String
The comment text.
bogus
Boolean
(Optional)
if the comment is bogus; otherwise,
.
Exceptions
Exception
Condition
ArgumentNullException
comment
is
.
Remarks
Creates a new
HtmlCommentToken
.
See Also
Reference
HtmlCommentToken Class
MimeKit.Text Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast