Click or drag to resize
MimeKit

GroupAddress(Encoding, 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(
	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
ExceptionCondition
ArgumentNullExceptionencoding 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