MailKit Documentation
MailKit Documentation
API Reference
MimeKit
HeaderList Class
HeaderList Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
LastIndexOf Method
Load Method
LoadAsync Method
Remove Method
RemoveAll Method
RemoveAt Method
Replace Method
WriteTo Method
WriteToAsync Method
Header
List
Get
Enumerator Method
Get an enumerator for the list of headers.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
IEnumerator
<
Header
>
GetEnumerator
()
Return Value
IEnumerator
Header
The enumerator.
Implements
IEnumerable
T
GetEnumerator
Remarks
Gets an enumerator for the list of headers.
See Also
Reference
HeaderList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast