Click or drag to resize
MimeKit

InternetAddressListToString Method

Serialize an InternetAddressList to a string suitable for display.

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

Return Value

String
A string representing the InternetAddressList.
Remarks
If there are multiple addresses in the list, they will be separated by a comma.
See Also