Click or drag to resize
MimeKit

InternetAddressParse Method

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