Click or drag to resize
MimeKit

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

Parameters

reportType  String
The type of the report.
Exceptions
ExceptionCondition
ArgumentNullExceptionreportType is null.
Remarks
Creates a new MultipartReport part.
See Also