Click or drag to resize
MimeKit

MessageIdListToString Method

Serialize a MessageIdList to a string.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
A string representing the MessageIdList.
Remarks

Each Message-Id will be surrounded by angle brackets.

If there are multiple Message-Ids in the list, they will be separated by whitespace.

See Also