You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, there are come "PhoneNumbers" within the response but since search_contacts return an array of Types::MailboxUser I don't have access to those phones.
Hi,
I have some code like this...
I can see this on my rails app log
As you can see, there are come "PhoneNumbers" within the response but since search_contacts return an array of Types::MailboxUser I don't have access to those phones.
contacts.first.methods
told me that before.There is any way to get those phones?
I read the line 168 from https://github.com/WinRb/Viewpoint/blob/master/lib/ews/types/item_field_uri_map.rb, but I can't figure out how to use it ( Even is possible to use it with my purpose)
I think is only usefull with a folder with contacts instead "general" contatcs.
Although is no my goal, I have created I a contact in this folder. Anyway, an Viewpoint::EWS::Types::Contact don't have access to those phones.
Any idea?
Thanks in advance.
The text was updated successfully, but these errors were encountered: