Office 365 Exchange Signature Template
I am doing some work for a company that is wanting to create a standardized email signature for all their employees. In doing some research I found a Microsoft article that suggested using an appended disclaimer and add tokens that can pull the requested information.
So I followed the information and came up with the following:
<b>%%DisplayName%%</b><br>
Company Name<br>
%%Title%%<br>
%%Phone%%<br>
%%MobilePhone%%<br>
The information contained in this e-mail is legally privileged and confidential information intended only for the use of the individual or entity to whom it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any viewing, dissemination, distribution, or copy of this e-mail message is strictly prohibited. If you have received and/or are viewing this e-mail in error, please immediately notify the sender by reply e-mail, and delete this e-mail from your system. Thank you.
What is happening now is it will pull the display name and company name, and the bottom disclaimer but nothing else. I have added the title phone and mobile phone to AD and made sure it synced to Azure. I can look at the user in 365 admin and it is showing the correct information as well. What am I missing here?