  | DomainListTryParse Method | 
            Try to parse a list of domains.
            
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic static bool TryParse(
	string text,
	out DomainList route
)
Parameters
- text  String
 - The text to parse.
 - route  DomainList
 - The parsed DomainList.
 
Return Value
Boolean if a 
DomainList was successfully parsed;
            otherwise, 
.
Remarks
            Attempts to parse a 
DomainList from the supplied text. The index
            will only be updated if a 
DomainList was successfully parsed.
            
See Also