MailKit Documentation
MailKit Documentation
API Reference
MailKit
MetadataTag Structure
MetadataTag Constructor
MetadataTag Properties
MetadataTag Methods
MetadataTag Fields
Metadata
Tag Constructor
Initializes a new instance of the
MetadataTag
struct.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
MetadataTag
(
string
id
)
Parameters
id
String
The metadata tag identifier.
Exceptions
Exception
Condition
ArgumentNullException
id
is
null
.
ArgumentException
id
is an empty string.
Remarks
Creates a new
MetadataTag
.
See Also
Reference
MetadataTag Structure
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast