Click or drag to resize
MimeKit

InternetAddressTryParse Method

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