You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I've found that methods like _graphClient.Reports.GetEmailActivityUserDetailWithPeriod("D7") provide some consolidated metrics, they do not offer individual tracking data.
Is there a way to retrieve all users email tracking logs that include the date, from, to, cc, and subject fields? I don't need access to the content of the email body. Although I can access the mailboxes, I want to avoid issues like deleted emails.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While I've found that methods like
_graphClient.Reports.GetEmailActivityUserDetailWithPeriod("D7")
provide some consolidated metrics, they do not offer individual tracking data.Is there a way to retrieve all users email tracking logs that include the
date
,from
,to
,cc
, andsubject
fields? I don't need access to the content of the email body. Although I can access the mailboxes, I want to avoid issues like deleted emails.Beta Was this translation helpful? Give feedback.
All reactions