Search |
public static AnnotationSearchQuery AnnotationsContain( AnnotationEntry entry, AnnotationAttribute attribute, string value )
Exception | Condition |
---|---|
ArgumentNullException | entry is null. -or- attribute is null. |
ArgumentException | attribute is not a valid attribute for searching. |
Matches messages with the specified annotation.
Note |
---|
This is equivalent to the ANNOTATION search key as defined in rfc5257 and is therefor only available for use with IMAP servers that support the ANNOTATE extension. |