TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sivha s
NA
3
1.9k
Unable to access the shared mail box through Graph API
May 13 2020 3:37 AM
we are implementing an console application which will Read messages from the shared mail box shared@****.com through Graph API. we have the delegate permissions like User.ReadWrite.All, Mail.ReadWrite.Shared, Mail.ReadWrite. we are able to fetch authentication token by login with service account(serviceac@***.com). but while we trying to access shared mail box. it was throwing an error as
"Code: ErrorItemNotFound\r\nMessage: The specified object was not found in the store., The process failed to get the correct properties"
The code which i have used is here.
await graphServiceClient .Users["shared@****.com"].MailFolders.Inbox.Messages.Request() .GetAsync();
please help me to resolve this issue.
Reply
Answers (
1
)
parsing HTTP response
Create chat Application using c#?