| MimeUtilsParseMessageId(Byte, Int32, Int32) 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(
byte[] buffer,
int startIndex,
int length
)
Parameters
- buffer Byte
- The raw byte buffer to parse.
- startIndex Int32
- The index into the buffer to start parsing.
- length Int32
- The length of the buffer 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