| MimeUtilsParseMessageId(String) Method |
Parse a Message-Id or Content-Id header value.
Namespace: MimeKit.UtilsAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string ParseMessageId(
string text
)
Parameters
- text String
- The text to parse.
Return Value
StringThe addr-spec portion of the msg-id token.
Exceptions Remarks
Parses the Message-Id (or Content-Id) value, returning the addr-spec portion of the msg-id token.
See Also