Click or drag to resize
MimeKit

Annotation Class

An annotation.
Inheritance Hierarchy
SystemObject
  MailKitAnnotation

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class Annotation

The Annotation type exposes the following members.

Constructors
 NameDescription
Public methodAnnotation Initializes a new instance of the Annotation class.
Top
Properties
 NameDescription
Public propertyEntry Get the annotation tag.
Public propertyProperties Get the annotation properties.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks

An annotation.

For more information about annotations, see rfc5257.

See Also