Click or drag to resize
MimeKit

AnnotationEntryParse Method

Parse an annotation entry.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public static AnnotationEntry Parse(
	string entry
)

Parameters

entry  String
The annotation entry.

Return Value

AnnotationEntry
The parsed annotation entry.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is .
FormatExceptionentry does not conform to the annotation entry syntax.
Remarks
Parses an annotation entry.
See Also