MailKit Documentation
MailKit Documentation
API Reference
MimeKit
GroupAddress Class
GroupAddress Constructor
GroupAddress(String) Constructor
GroupAddress(Encoding, String) Constructor
GroupAddress(String, IEnumerable<InternetAddress>) Constructor
GroupAddress(Encoding, String, IEnumerable<InternetAddress>) Constructor
Group
Address(Encoding, String) Constructor
Initialize a new instance of the
GroupAddress
class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
GroupAddress
(
Encoding
encoding
,
string
name
)
Parameters
encoding
Encoding
The character encoding to be used for encoding the name.
name
String
The name of the group.
Exceptions
Exception
Condition
ArgumentNullException
encoding
is
null
.
Remarks
Creates a new
GroupAddress
with the specified name. The specified text encoding is used when encoding the name according to the rules of rfc2047.
See Also
Reference
GroupAddress Class
GroupAddress Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast