GraphMessageSearchQuery Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
Represents group of Microsoft Graph API parameters for searching messages.
Syntax
public class GraphMessageSearchQuery
Inherited Members
Constructors
Name | Description |
---|---|
Graph |
Initializes new Graph |
Graph |
Initializes new Graph |
Graph |
Initializes new Graph |
Properties
Name | Description |
---|---|
Condition | Gets or sets a condition to build the Graph '$filter' parameter. |
Fields | Gets or sets a set of message properties to retrieve. Represents the Graph '$select' parameter. |
Page |
Gets or sets a paging definition. Represents the Graph '$skip' and '$top' parameters. |
Raw |
Gets or sets the raw value of Graph '$filter' parameter. If used the Condition is ignored. See https://learn.microsoft.com/en-us/graph/filter-query-parameter for raw value specification. |
Raw |
Gets or sets the raw value of Graph '$orderby' parameter. See https://learn.microsoft.com/en-us/graph/query-parameters#orderby-parameter for raw value specification. |
Raw |
Gets or sets the raw value of Graph '$search' parameter. See https://learn.microsoft.com/en-us/graph/search-query-parameter for raw value specification. |