EwsSearchParameter Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
Represents a single EWS search criterion.
Syntax
public class EwsSearchParameter
Inherited Members
Methods
Name | Description |
---|---|
And(Ews |
Multiple criteria combined using the AND operator - only messages that match all the criteria are matched. |
Arrived(Date |
Messages that arrived on the specified date (disregarding time). |
Arrived(Nullable<DateTime>, Nullable<DateTime>) | Messages that arrived in the specified date and time interval. |
Body(String) | Messages that contain the specified string in its Body. |
Category(String) | Messages that have the specified Category. |
CC(String) | Messages that contain the specified string in its CC field. |
From(String) | Messages that contain the specified string in its From field. |
Full |
Messages that contain the specified string in its Body, Subject, From, To, Category, CC, Bcc or Sender. |
Has |
Messages that have a flag in the specified state. |
Has |
Messages which have a specific flag and fall within the specified time intervals. |
Has |
Messages which have a specific flag and fall within the specified time intervals. |
Header(String) | Messages with a header regardless its value. |
Header(String, String) | Messages with a header set to a particular value. |
Importance(Ews |
Messages that have the specified importance. |
Is |
Messages that are (not) draft. |
Is |
Messages that are read or unread depending on the parameter specified. |
Message |
Messages with the specified Internet Message ID. |
Not(Ews |
Messages that don't match the specified criteria. |
Not |
Messages without the specified category set. |
Not |
Messages that do not contain the specified string in its CC field. |
Not |
Messages that do not contain the specified string in its From field. |
Not |
Messages that do not contain the specified string in its To field. |
Or(Ews |
Multiple criteria combined using the OR operator - messages that match any of the criteria are matched. |
Sender(String) | Messages that contain the specified string in its Sender field. |
Sensitivity(Ews |
Messages that have the specified sensitivity. |
Sent(Date |
Messages that were sent on the specified date (disregarding time). |
Sent(Nullable<DateTime>, Nullable<DateTime>) | Messages that were sent in the specified date and time interval. |
Size(Nullable<Int64>, Nullable<Int64>) | Messages with a size within the specified interval. |
Subject(String) | Messages that contain the specified string in its Subject field. |
To(String) | Messages that contain the specified string in its To field. |