Click or drag to resize
MimeKit

AnnotationProperties Property

Get the annotation properties.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public Dictionary<AnnotationAttribute, string> Properties { get; }

Property Value

DictionaryAnnotationAttribute, String
The annotation properties.
Remarks
Gets the annotation properties.
See Also