| IMailFolderAnnotationAccess Property |
Get the annotation access level.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax AnnotationAccess AnnotationAccess { get; }
Property Value
AnnotationAccessThe annotation access level.
Remarks
If annotations are supported, this property can be used to determine whether or not
the
IMailFolder supports reading and writing annotations.
See Also