public final class GraphQueryBuilder extends MailQueryBuilder
Represents the builder of search expression based on search filters that used by MS Graph protocol.
Constructor and Description |
---|
GraphQueryBuilder()
Initializes a new instance of the
GraphQueryBuilder class. |
Modifier and Type | Method and Description |
---|---|
BoolComparisonField |
isRead()
Gets the field that allows to find unread items.
|
getBcc, getBody, getCc, getDefaultEncoding, getFrom, getInternalDate, getQuery, getSentDate, getSubject, getText, getTo, or
public GraphQueryBuilder()
Initializes a new instance of the GraphQueryBuilder
class.
public BoolComparisonField isRead()
Gets the field that allows to find unread items.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.