| DomainListToString Method |
Return a string representation of the list of domains.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public override string ToString()
Return Value
StringA 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