Click or drag to resize
MimeKit

AnnotationAttribute Class

An annotation attribute.
Inheritance Hierarchy
SystemObject
  MailKitAnnotationAttribute

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class AnnotationAttribute : IEquatable<AnnotationAttribute>

The AnnotationAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationAttribute Initializes a new instance of the AnnotationAttribute class.
Top
Properties
 NameDescription
Public propertyName Get the name of the annotation attribute.
Public propertyScope Get the scope of the annotation attribute.
Public propertySpecifier Get the annotation attribute specifier.
Top
Methods
 NameDescription
Public methodEquals(AnnotationAttribute) Determines whether the specified AnnotationAttribute is equal to the current AnnotationAttribute.
Public methodEquals(Object) Determine whether the specified Object is equal to the current AnnotationAttribute.
(Overrides ObjectEquals(Object))
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode Serves as a hash function for a AnnotationAttribute object.
(Overrides ObjectGetHashCode)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Returns a String that represents the current AnnotationAttribute.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(AnnotationAttribute, AnnotationAttribute) Determines whether two annotation attributes are equal.
Public operatorStatic memberInequality(AnnotationAttribute, AnnotationAttribute) Determines whether two annotation attributes are not equal.
Top
Fields
 NameDescription
Public fieldStatic memberPrivateSize The size of a private annotation value.
Public fieldStatic memberPrivateValue The private annotation value.
Public fieldStatic memberSharedSize The size of a shared annotation value.
Public fieldStatic memberSharedValue The shared annotation value.
Public fieldStatic memberSize The size of an annotation value.
Public fieldStatic memberValue The annotation value.
Top
Remarks

An annotation attribute.

For more information about annotations, see rfc5257.

See Also