Click or drag to resize
MimeKit

GroupAddress(String, IEnumerableInternetAddress) Constructor

Initialize a new instance of the GroupAddress class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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