| MimeUtilsEnumerateReferences(String) Method |
Enumerate the Message-Id references such as those that can be found in
the In-Reply-To or References headers.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static IEnumerable<string> EnumerateReferences(
string text
)
Parameters
- text String
- The text to parse.
Return Value
IEnumerableStringThe references.
Exceptions Remarks
Incrementally parses Message-Ids (such as those from a References header
in a MIME message) from the specified text.
See Also