Click or drag to resize
MimeKit

MultipartReport(String, Object) Constructor

Initialize a new instance of the MultipartReport class.

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

Parameters

reportType  String
The type of the report.
args  Object
An array of initialization parameters: headers and MIME entities.
Exceptions
ExceptionCondition
ArgumentNullException

reportType is null.

-or-

args is null.

ArgumentExceptionargs contains one or more arguments of an unknown type.
Remarks
Creates a new MultipartReport part.
See Also