GraphMessageSearchParameter Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
Represents message search criterion.
Syntax
public class GraphMessageSearchParameter
Inherited Members
Methods
Name | Description |
---|---|
And(Graph |
Multiple criteria combined using the AND operator - only messages that match all the criteria are matched. |
And(Graph |
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) | Filters for messages where body contains the specified string. |
From(String) | Messages where the 'From' contains the specified string in the email address or name. |
Has |
Messages with attachments. |
Has |
Messages with Completed flag and completed within the specified time interval. |
Has |
Messages with specified flag status. |
Has |
Messages with specific flag status and Start/Due date within specified time intervals. |
Importance(Graph |
Messages that have the specified importance. |
Is |
Filters for messages that are drafts or not drafts. |
Is |
Filters for read or unread messages. |
Not(Graph |
Messages that don't match the specified criteria. |
Or(Graph |
Multiple criteria combined using the OR operator - messages that match any of the criteria are matched. |
Or(Graph |
Multiple criteria combined using the OR operator - messages that match any of the criteria are matched. |
Sender(String) | Messages where the 'Sender' contains the specified string in the email address or name. |
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. |
Subject(String) | Messages that contain the specified string in its Subject field. |
To |
Returns a string representation of this object. |