Click or drag to resize
MimeKit

MetadataTag Structure

A metadata tag.
Inheritance Hierarchy
SystemObject
  SystemValueType
    MailKitMetadataTag

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public struct MetadataTag

The MetadataTag type exposes the following members.

Constructors
 NameDescription
Public methodMetadataTag Initializes a new instance of the MetadataTag struct.
Top
Properties
 NameDescription
Public propertyId Get the metadata tag identifier.
Top
Methods
 NameDescription
Public methodEquals Determine whether the specified Object is equal to the current MetadataTag.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Serves as a hash function for a MetadataTag object.
(Overrides ValueTypeGetHashCode)
Public methodGetType
(Inherited from Object)
Public methodToString Returns a String that represents the current MetadataTag.
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldStatic memberPrivateComment A metadata tag for private comments.
Public fieldStatic memberPrivateSpecialUse A metadata tag for specifying the special use of a folder.
Public fieldStatic memberSharedAdmin A metadata tag for specifying the contact information for the server administrator.
Public fieldStatic memberSharedComment A metadata tag for shared comments.
Top
Remarks
A metadata tag.
See Also