Skip to content
Download

Exchange Samples

2 samples for Exchange

List unread emails in the signed-in user's mailbox
GET /v1.0/me/messages?$filter=isRead eq false&$select=subject,from,receivedDateTime&$orderby=receivedDateTime desc&$top=25
Send an email on behalf of the signed-in user
POST /v1.0/me/sendMail