Click or drag to resize
MimeKit

AnnotationsChangedEventArgs Constructor

Initializes a new instance of the AnnotationsChangedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public AnnotationsChangedEventArgs(
	int index,
	IEnumerable<Annotation> annotations
)

Parameters

index  Int32
The message index.
annotations  IEnumerableAnnotation
The annotations that changed.
Exceptions
ExceptionCondition
ArgumentNullExceptionannotations is null.
Remarks
See Also