| GroupAddress(String, IEnumerableInternetAddress) Constructor |
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public GroupAddress(
string name,
IEnumerable<InternetAddress> addresses
)
Parameters
- name String
- The name of the group.
- addresses IEnumerableInternetAddress
- A list of addresses.
Remarks
Creates a new
GroupAddress with the specified name and list of addresses.
See Also