OBJECT

ExchangeAnalysisResult

Description

Exchange activity analysis results for a user.

link GraphQL Schema definition

  • type ExchangeAnalysisResult {
  • # The number of calendar events for this user.
  • calendarEventCount: Long!
  • # The number of contacts for this user.
  • contactCount: Long!
  • # The number of emails for this user.
  • emailCount: Long!
  • }