Click or drag to resize
MimeKit

Annotation Constructor

Initializes a new instance of the Annotation class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public Annotation(
	AnnotationEntry entry
)

Parameters

entry  AnnotationEntry
The annotation entry.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
Remarks
Creates a new Annotation.
See Also