 | IMailFolderAnnotationAccess Property |
Get the annotation access level.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
SyntaxAnnotationAccess AnnotationAccess { get; }
Property Value
Type:
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