Reputation: 839
Thanks in Advance,
My requirement is need to get status of each email which user provided from Visual studio 2010. The status like "away","available", "busy" , "presence unknown" ...
Through this I can identify the "Presence unknown" emails, so we can conclude those emails are inActive
is it possible? Can I get sample program like web app / windows app. ?
Upvotes: 0
Views: 531
Reputation: 2124
You could get the presence status of a user in Teams using Get presence graph api. You will need to get an access token with required permissions to call this API.
Upvotes: 1