Click or drag to resize
MimeKit

DomainListToString Method

Return a string representation of the list of domains.

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

Return Value

String
A string representing the DomainList.
Remarks

Each non-empty domain string will be prepended by an '@'.

If there are multiple domains in the list, they will be separated by a comma.

See Also