Office 365 activity query needed

Hi all,

I’m using Microsoft ghaph API activities for downloading attachment from Excel. Can anyone tell what is the query we need to write for checking the mail have the attachments or not.

Can anyone suggest which is the best way for downloading the attachment any steps.

@Learner007

  1. In the filters you can use "hasAttachments eq true" this will get mails with only attachments …to be used in get mail
  2. Save mail attachments can be used.This will save attachments

Cheers

Hi @Anil_G . I will try this once. Do we have any official documention or any source for this filter query conditions, if it’s available can you forward that link also. It will be helpful.

@Learner007

Here they are. Basically it aupports odata queries

Cheers