3

Is there any way to retrieve the priority of a task using EWS Managed API?

I can't find such a property in the MSDN documentation or intelisense.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Luke
  • 5,771
  • 12
  • 55
  • 77

1 Answers1

6

get Importance from Item.Importance: Importance

Bolu
  • 8,696
  • 4
  • 38
  • 70