Click or drag to resize
MimeKit

AnnotationEntry(String, 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 partSpecifier,
	string path,
	AnnotationScope scope = AnnotationScope.Both
)

Parameters

partSpecifier  String
The part-specifier of the body part of the message.
path  String
The annotation entry path.
scope  AnnotationScope  (Optional)
The scope of the annotation.
Exceptions
ExceptionCondition
ArgumentNullException

partSpecifier is null.

-or-

path is null.

ArgumentException

partSpecifier is invalid.

-or-

path is invalid.

Remarks
Creates a new AnnotationEntry for an individual body part of a message.
See Also