Forum Discussion
CWall09
Nov 18, 2022Copper Contributor
External accounts - Mail enabling a contact with an internal and external SMTP address
Hello Community - Thanks for your time and input on this request Current Environment - Exchange Online only, not hybrid Issue - Need to create an Exchange Contact (or similar) for an external us...
VasilMichev
Nov 19, 2022MVP
If I'm understanding your ask correctly, it's as easy as:
Set-MailContact temp -EmailAddresses @{add="email address removed for privacy reasons"}
rinse and repeat for any additional addresses, and you don't have to worry about which one is primary. It's the ExternalEmailAddress value that controls where the messages addressed to said contact will end up being forwarded to.
Set-MailContact temp -EmailAddresses @{add="email address removed for privacy reasons"}
rinse and repeat for any additional addresses, and you don't have to worry about which one is primary. It's the ExternalEmailAddress value that controls where the messages addressed to said contact will end up being forwarded to.