Click or drag to resize
MimeKit

UniqueIdSetToString(IListUniqueId) Method

Format a generic list of unique identifiers as a string.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public static string ToString(
	IList<UniqueId> uids
)

Parameters

uids  IListUniqueId
The unique identifiers.

Return Value

String
The string representation of the collection of unique identifiers.
Exceptions
ExceptionCondition
ArgumentNullExceptionuids is .
ArgumentException One or more of the unique identifiers is invalid (has a value of 0).
Remarks
Formats a generic list of unique identifiers as a string.
See Also