Click or drag to resize
MimeKit

MailboxAddressParse Method

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