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