Click or drag to resize
MimeKit

GroupAddress(String) 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
)

Parameters

name  String
The name of the group.
Remarks
Creates a new GroupAddress with the specified name.
See Also