Optional
anyReturn emails that have been sent or received from this list of email addresses.
Optional
bccReturn items containing messages bcc'd on these email address.
Optional
ccReturn items containing messages cc'd on these email address.
Optional
fieldsAllows you to specify to return messages with headers included.
Optional
fromReturn items containing messages sent from these email address.
Optional
hasReturn emails that contain attachments.
Optional
inReturn emails that are in these folder IDs.
Optional
limitThe maximum number of objects to return. This field defaults to 50. The maximum allowed value is 200.
Optional
pageAn identifier that specifies which page of data to return. This value should be taken from the [ListResponse.nextCursor] response field.
Optional
receivedReturn emails that have been received after this timestamp.
Optional
receivedReturn emails that have been received before this timestamp.
Optional
searchThe provider-specific query string used to search messages. Available for Google and Microsoft Graph only.
Optional
selectSpecify fields that you want Nylas to return as a comma-separated list (for example, select=id,updated_at). This allows you to receive only the portion of object data that you're interested in.
Optional
starredReturn emails that are starred.
Optional
subjectReturn items with a matching literal subject.
Optional
threadReturn emails that belong to this thread.
Optional
toReturn items containing messages sent to these email address.
Optional
unreadReturn emails that are unread.
Generated using TypeDoc
Interface representing the query parameters for listing messages.