Click or drag to resize
MimeKit

InternetAddressToString Method

Serialize an InternetAddress 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 InternetAddress.
Remarks
The string returned by this method is suitable only for display purposes.
See Also