GraphMessageSearchQuery Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
Represents group of Microsoft Graph API parameters for searching messages.
Syntax
public class GraphMessageSearchQuery
Inherited Members
Constructors
Name | Description |
---|---|
GraphMessageSearchQuery() | Initializes new GraphMessageSearchQuery instance. |
GraphMessageSearchQuery(GraphMessageFields, GraphPageView, GraphMessageSearchParameter[]) | Initializes new GraphMessageSearchQuery instance. |
GraphMessageSearchQuery(GraphMessageSearchParameter[]) | Initializes new GraphMessageSearchQuery instance. |
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. |
PageView | Gets or sets a paging definition. Represents the Graph '$skip' and '$top' parameters. |
RawFilter | 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. |
RawOrderBy | 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. |
RawSearch | 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. |