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(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
(
string
name
)
Parameters
name
String
The name of the group.
Remarks
Creates a new
GroupAddress
with the specified name.
See Also
Reference
GroupAddress Class
GroupAddress Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast