The EwsSearchParameter type exposes the following members.
Methods
Name | Description | |
---|---|---|
And |
Multiple criteria combined using the AND operator - only messages that match all the criteria are matched.
| |
Arrived(DateTime) |
Messages that arrived on the specified date (disregarding time).
| |
Arrived(Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(DateTime>)>>)) |
Messages that arrived in the specified date and time interval.
| |
Body |
Messages that contain the specified string in its Body.
| |
Category |
Messages that have the specified Category.
| |
CC |
Messages that contain the specified string in its CC field.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
From |
Messages that contain the specified string in its From field.
| |
FullText |
Messages that contain the specified string in its Body, Subject, From, To, Category, CC, Bcc or Sender.
| |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasFlag(EwsFlagStatus) |
Messages that have a flag in the specified state.
| |
HasFlag(EwsFlagStatus, EwsDateTimeRange) |
Messages which have a specific flag and fall within the specified time intervals.
| |
HasFlag(EwsFlagStatus, EwsDateTimeRange, EwsDateTimeRange) |
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 |
Messages that have the specified importance.
| |
IsDraft |
Messages that are (not) draft.
| |
IsRead |
Messages that are read or unread depending on the parameter specified.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MessageId |
Messages with the specified Internet Message ID.
| |
Not |
Messages that don't match the specified criteria.
| |
NotCategory |
Messages without the specified category set.
| |
NotCc |
Messages that do not contain the specified string in its CC field.
| |
NotFrom |
Messages that do not contain the specified string in its From field.
| |
NotTo |
Messages that do not contain the specified string in its To field.
| |
Or |
Multiple criteria combined using the OR operator - messages that match any of the criteria are matched.
| |
Sender |
Messages that contain the specified string in its Sender field.
| |
Sensitivity |
Messages that have the specified sensitivity.
| |
Sent(DateTime) |
Messages that were sent on the specified date (disregarding time).
| |
Sent(Nullable<(Of <<'(DateTime>)>>), Nullable<(Of <<'(DateTime>)>>)) |
Messages that were sent in the specified date and time interval.
| |
Size |
Messages with a size within the specified interval.
| |
Subject |
Messages that contain the specified string in its Subject field.
| |
To |
Messages that contain the specified string in its To field.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |