Click or drag to resize
MimeKit

TextRfc822Headers(Object) Constructor

Initialize a new instance of the TextRfc822Headers class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TextRfc822Headers(
	params Object[] args
)

Parameters

args  Object
An array of initialization parameters: headers and message parts.
Exceptions
ExceptionCondition
ArgumentNullExceptionargs is null.
ArgumentException

args contains more than one MimeMessage.

-or-

args contains one or more arguments of an unknown type.

Remarks
Creates a new TextRfc822Headers.
See Also