Access Users' Email From PHP Object (SOAP)
Hello,
I'm Using the innoAnyInfo Object (which is given here as sample) to access users' Info, like that:
foreach($poll->user as $ui) {
$ui->cn //get users Long Name
I'm Using the innoAnyInfo Object (which is given here as sample) to access users' Info, like that:
foreach($poll->user as $ui) {
$ui->cn //get users Long Name
$ui->h323 //get users Name
}
Now I can reach anything inside the object except the Users' Emails, I printed all the objects I didn't see any property or variable storing the email info.
How could we get it?
Any tip or help is greatly appreciated, Thanks in Advance
}
Now I can reach anything inside the object except the Users' Emails, I printed all the objects I didn't see any property or variable storing the email info.
How could we get it?
Any tip or help is greatly appreciated, Thanks in Advance