Click or drag to resize
MimeKit

AnnotationEntry(String, AnnotationScope) Constructor

Initializes a new instance of the AnnotationEntry struct.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public AnnotationEntry(
	string path,
	AnnotationScope scope = AnnotationScope.Both
)

Parameters

path  String
The annotation entry path.
scope  AnnotationScope  (Optional)
The scope of the annotation.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
ArgumentExceptionpath is invalid.
Remarks
Creates a new AnnotationEntry.
See Also