Click or drag to resize
MimeKit

InternetAddressListTryParse Method

Overload List
 NameDescription
Public methodStatic memberTryParse(Byte, InternetAddressList) Try to parse the given input buffer into a new InternetAddressList instance.
Public methodStatic memberTryParse(String, InternetAddressList) Try to parse the given text into a new InternetAddressList instance.
Public methodStatic memberTryParse(Byte, Int32, InternetAddressList) Try to parse the given input buffer into a new InternetAddressList instance.
Public methodStatic memberTryParse(ParserOptions, Byte, InternetAddressList) Try to parse the given input buffer into a new InternetAddressList instance.
Public methodStatic memberTryParse(ParserOptions, String, InternetAddressList) Try to parse the given text into a new InternetAddressList instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, InternetAddressList) Try to parse the given input buffer into a new InternetAddressList instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, InternetAddressList) Try to parse the given input buffer into a new InternetAddressList instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, Int32, InternetAddressList) Try to parse the given input buffer into a new InternetAddressList instance.
Top
See Also