How to create an alias on a mailbox so that the original recipient address is preserved when received by Exchange.
For example, suppose a mailbox has already been created for support e.g. support@mydomain. You then wish to add the alias marketing@mydomain to this mailbox so versaSRS can receive and send this email.
Ensure you are logged into Exchange Admin Center (EAC) as an administrator.
To do this, create a new Distribution Group and make sure that "Senders inside and outside of my organisation" is checked. Do this under "Delivery Management".
You must then set support@domain as a Member & Owner of this group. Do this under "Membership" and "Ownership".
You must also add the main mailbox (e.g. support@mydomain) under "Group Delegation" in the "Send As" section.
When an email is sent to marketing@mydomain it will be delivered to the Support mailbox. However, when the To property of the mail message is read it will display as marketing@mydomain
Office365 versaSRS Integration - Exchange Web Services
Inbound Email (EWS)
MailboxAuthMode: EWS
MailboxProfile: accountDomain\accountUsername
MailBoxPassword: accountPassword
EWSExchangeVersion: 5
EWSTimeZone: Your Time Zone
NOTE: The Username may be the email address
Outbound Email (SMTP)
SMTPPort: 587
SMTPAuthentication: AuthLogin
SMTPSSLTLS: SSLAuto
SMTPStartTLS: True
SMTPAccount: accountUsername
SMTPPassword: accountPassword
NOTE: The Username may be the email address
Outbound Email (EWS)
SMTPPort: (not required)
SMTPAuthentication: AuthLogin
SMTPSSLTLS: TLS1
SMTPStartTLS: True
SMTPAccount: accountUsername
SMTPPassword: accountPassword
NOTE: The Username may be the email address