Hi all,
Can I get help with this!. I have a hard time figuring this out.
Office365Users.SearchUser({searchTerm:"",top:500}).DisplayName.
For example under office365users. mail. There are some mails in office365users.
This is a list of mails under office365users.
1.eben@gmail.com
2. eben@app.com
3.eben@yahho.com
4.susan@gmail.com
5. rinu@gmail.com
6.susan@yahoo.com
Normally from this above mail can I get all the mails that has @gmail.com
I want to use the Mail in the searchterm of Office365Users.SearchUser({searchTerm:"",top:500}).
is it possible to do that ?
Thanks in Advance.