I am trying to f开发者_高级运维ind out if the ampersand character "&" is a valid character for a Microsoft Exchange email address. I know it is valid according to the RFC but I am thinking that exchange has a subset of valid characters.
Example:
Tom&Jerry@warnerbrothers.com
Yes, Exchange will handle those.
However, they take extra consideration when creating links on pages and other things that require encoding the email so Outlook and other clients understand what you intend. It's probably best to avoid using them if possible.
精彩评论