Click or drag to resize
MimeKit

Metadata Class

A metadata tag and value.
Inheritance Hierarchy
SystemObject
  MailKitMetadata

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

The Metadata type exposes the following members.

Constructors
 NameDescription
Public methodMetadata Initializes a new instance of the Metadata class.
Top
Properties
 NameDescription
Public propertyTag Gets the metadata tag.
Public propertyValue Gets the metadata value.
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
A metadata tag and value.
See Also