Click or drag to resize
MimeKit

Metadata Constructor

Initializes a new instance of the Metadata class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public Metadata(
	MetadataTag tag,
	string value
)

Parameters

tag  MetadataTag
The metadata tag.
value  String
The metadata value.
Remarks
Creates a new Metadata.
See Also