Search |
public static TextSearchQuery GMailRawSearch( string expression )
| Exception | Condition |
|---|---|
| ArgumentNullException | expression is . |
| ArgumentException | expression is empty. |
Matches messages using Google's custom message search syntax.
| This is equivalent to the X-GM-RAW search key as defined in Google's IMAP extensions and is therefor only available for use with IMAP servers that support the X-GM-EXT1 extension. |