Click or drag to resize
MimeKit

AnnotationAttribute Constructor

Initializes a new instance of the AnnotationAttribute class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public AnnotationAttribute(
	string specifier
)

Parameters

specifier  String
The annotation attribute specifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionspecifier is null.
ArgumentExceptionspecifier contains illegal characters.
Remarks
Creates a new AnnotationAttribute.
See Also