Hi @Supriya A ,
For getting the itemAttachements of mail please follow the below instructions:
Expand and get the properties of the item attached to a message:
GET https://graph.microsoft.com/v1.0/me/messages/AAMkADA1M-zAAA=/attachments/AAMkADA1M-CJKtzmnlcqVgqI=/?$expand=microsoft.graph.itemattachment/item
Expand and get the properties of an item attached to a message, including any attachment to the item:
GET https://graph.microsoft.com/v1.0/me/messages/AAMkADA1M-zAAA=/attachments/AAMkADA1M-CJKtzmnlcqVgqI=/?$expand=microsoft.graph.itemattachment/item
For fetching these details you need to have the following permission:
You can also decode your Token in the https://jwt.ms/ and check in scope whether these permissions are already available.
----------
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".