MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Text
HtmlAttributeCollection Class
HtmlAttributeCollection Properties
Count Property
Item Property
Html
Attribute
Collection
Item Property
Get the
HtmlAttribute
at the specified index.
Namespace:
MimeKit.Text
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
HtmlAttribute
this
[
int
index
] {
get
; }
Parameters
index
Int32
The index.
Property Value
HtmlAttribute
The HTML attribute at the specified index.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is out of range.
Remarks
Gets the
HtmlAttribute
at the specified index.
See Also
Reference
HtmlAttributeCollection Class
MimeKit.Text Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast