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.7.1
Syntax
C#
Copy
public
HtmlCommentToken
(
string
comment
,
bool
bogus
=
false
)
Parameters
comment
String
The comment text.
bogus
Boolean
(Optional)
true
if the comment is bogus; otherwise,
false
.
Exceptions
Exception
Condition
ArgumentNullException
comment
is
null
.
Remarks
Creates a new
HtmlCommentToken
.
See Also
Reference
HtmlCommentToken Class
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast