Click or drag to resize
MimeKit

GroupAddressTryParse Method

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