Click or drag to resize
MimeKit

MailboxAddressTryParse Method

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