0

I have seen a couple of incomplete answers on here. I am trying to loop over the emails in an inbox of a shared mail group and see properties like 'Sender'.

I understand that certain classes used would simply loop through my own default email inbox and not that of the group inbox specified.

Would appreciate some guidance or working example.

ekad
  • 14,436
  • 26
  • 44
  • 46
  • You need to add the code your currently using, i would also suggest you try using the EWSEditor first to see if you can open that group mailbox in question. The code in question should be no different then enumerating through any delegates Mailbox folders. That said the REST API is a better API to use for Groups – Glen Scales Oct 19 '17 at 23:34
  • Are you saying that if I impersonate or be delegated a user who is member of the group, I can then loop over just that group's inbox emails? – David Jones Oct 20 '17 at 07:55
  • Hi,I believe I have solved this challenge now. Thanks for your help. – David Jones Oct 20 '17 at 14:21

0 Answers0