Take email addresses from Outlook

  • 5 January 2022
  • 3 replies
  • 3 views

Badge +2

Hey,

 

Does anyone know if it is possible to get List of Outlook addresses of my organization and allow selection in k2 form? 

 

Thank you:)


3 replies

1. Are you currently in an AD or AAD environment?
2. Need to query and select the user's email address in Smartform?

Badge +2

1. AD


2. In the form, I want to prepare an AutoComplete field that I will start entering the email name and the completion will pop up automatically.

Userlevel 3
Badge +9

You should be able to use the GetUsers method of the AD User 2 SmartObject in that case.


 


The auto complete thing may suffer from poor performance if your AD is large and complex, run some tests and see how slow it is to retrieve all users from your AD.


 


Cheers

Reply