MailQuery class

response:

Inheritance
Annotations

Constructors

MailQuery(GraphServiceClient graph_client)
constructor

Properties

client → Dio
no setterinherited
graph_client GraphServiceClient
finalinherited
hashCode int
The hash code for this object.
no setterinherited
path String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
no setterinherited

Methods

after(DateTime date) Future<MailQuery>
after
before(DateTime date) Future<MailQuery>
before
between(DateTime start, DateTime end) Future<MailQuery>
between
filter(String filter) Future<GraphQuery>
inherited
from(String sender) Future<MailQuery>
with sender
get() Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderBy(String orderBy) Future<GraphQuery>
inherited
post(Map<String, dynamic> data) Future
inherited
select(List<String> fields) Future<GraphQuery>
inherited
to(String receiver) Future<MailQuery>
with receiver
top(int top) Future<GraphQuery>
inherited
toString() String
A string representation of this object.
inherited
with_attachment() Future<MailQuery>
has attachment
with_subject(String subject) Future<MailQuery>
special (mail related) functionalities with subject

Operators

operator ==(Object other) bool
The equality operator.
inherited