-1

I am using EWS PHP , how to get the email of sender? I tried this but I got no response.

$item->Organizer->Mailbox->MailAdresse
Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

1

Not sure if that's just a typo, but I think it should be (based on this):

$item->Organizer->Mailbox->EmailAddress
Jason Johnston
  • 17,194
  • 2
  • 20
  • 34