Hi everyone,
Can i custom the look of owa
For example, when i create new email
I want to add a new button in this screen
the function of button is check value of email input into To,Cc,Bcc field
exist or not in address book?
Thanks in advance,
QP
Technology Tips and News
Hi everyone,
Can i custom the look of owa
For example, when i create new email
I want to add a new button in this screen
the function of button is check value of email input into To,Cc,Bcc field
exist or not in address book?
Thanks in advance,
QP
Hi,
Please find below a similar thread
https://social.technet.microsoft.com/Forums/exchange/en-US/ab96a69d-6207-471a-ba84-47d3008cad0c/customize-owa-2013
You can do some things, but you are limited in what you can do, because so much of the OWA GUI content comes from compiled code. There is usually an .aspx page for each screen, containing plain HTML code (which you can modify, if you're careful) mixed with function calls that produce the actual data displayed (which you can't - it comes from compiled libraries).
Regarding your specific requirement, there should already be a Check Names function available on the new message screen. Unless you're thinking of something slightly different?
Hi,
Actually in OWA, there is a button named check name will check if the email address exists or not in address book
Some other documents for reference
Create a theme for Outlook Web App
https://technet.microsoft.com/en-us/library/bb201700(v=exchg.150).aspx
Customize the Outlook Web App sign-In, language selection, and error pages
Best Re