MailKit Documentation
MailKit Documentation
API Reference
MailKit
AnnotationEntry Class
AnnotationEntry Methods
Equals Method
GetHashCode Method
Parse Method
ToString Method
Annotation
Entry
Parse Method
Parse an annotation entry.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
static
AnnotationEntry
Parse
(
string
entry
)
Parameters
entry
String
The annotation entry.
Return Value
AnnotationEntry
The parsed annotation entry.
Exceptions
Exception
Condition
ArgumentNullException
entry
is
null
.
FormatException
entry
does not conform to the annotation entry syntax.
Remarks
Parses an annotation entry.
See Also
Reference
AnnotationEntry Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast