MailKit Documentation
MailKit Documentation
API Reference
MimeKit
InternetAddressList Class
InternetAddressList Methods
Parse Method
Parse Method (Byte[])
Parse Method (String)
Parse Method (Byte[], Int32)
Parse Method (ParserOptions, Byte[])
Parse Method (ParserOptions, String)
Parse Method (Byte[], Int32, Int32)
Parse Method (ParserOptions, Byte[], Int32)
Parse Method (ParserOptions, Byte[], Int32, Int32)
InternetAddressList
Parse Method (
Byte
)
Parse the given input buffer into a new
InternetAddressList
instance.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntax
C#
Copy
public
static
InternetAddressList
Parse
(
byte
[]
buffer
)
Parameters
buffer
Type:
System
Byte
The input buffer.
Return Value
Type:
InternetAddressList
The parsed
InternetAddressList
.
Exceptions
Exception
Condition
ArgumentNullException
buffer
is
null
.
ParseException
buffer
could not be parsed.
Remarks
Parses a list of addresses from the specified buffer.
See Also
Reference
InternetAddressList Class
Parse Overload
MimeKit Namespace
Copyright © 2013-2021 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast