| GroupAddressToString(FormatOptions, Boolean) Method |
Return a string representation of the
GroupAddress,
optionally encoding it for transport.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Exceptions Remarks
Returns a string containing the formatted group of addresses. If the encode
parameter is true, then the name of the group and all member addresses will be encoded
according to the rules defined in rfc2047, otherwise the names will not be encoded at all and
will therefor only be suitable for display purposes.
See Also