Click or drag to resize
MimeKit

MetadataOptions Class

A set of options to use when requesting metadata.
Inheritance Hierarchy
SystemObject
  MailKitMetadataOptions

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

The MetadataOptions type exposes the following members.

Constructors
 NameDescription
Public methodMetadataOptions Initializes a new instance of the MetadataOptions class.
Top
Properties
 NameDescription
Public propertyDepth Get or set the depth.
Public propertyLongEntries Get the length of the longest metadata value.
Public propertyMaxSize Get or set the max size of the metadata tags to request.
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 set of options to use when requesting metadata.
See Also