Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

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
Inheritance
Object
GraphMessageSearchQuery
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

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.

In This Article
  • Constructors
  • Properties
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies