| UniqueIdSetToString(IListUniqueId) Method |
Format a generic list of unique identifiers as a string.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public static string ToString(
IList<UniqueId> uids
)
Parameters
- uids IListUniqueId
- The unique identifiers.
Return Value
StringThe string representation of the collection of unique identifiers.
Exceptions Remarks
Formats a generic list of unique identifiers as a string.
See Also