This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Adding a secondary SMTP Proxy Address to EX0Mailbox.EmailAdresses with Template

Hello 1IM Community

I'm looking for a quick way to add an additional SMTP Mail Address to the EMailAddressess of user Mailboxes.

the Primary SMTP Address should be firstname.lastname@company.com which is working as it's taken from The Mail Property of the ADSAccount.

I want to write a second additional SMTP Proxy address such as the SAMAccount of the ADSAccount.

Is see the code in the Template of EXMailbox.EmailAddresses is

....

   Value=VI_BuildProxyAddress ($EmailAddresses$, $FK(UID_ADSAccount).Mail$, "")

....

Does  VI_BuildProxyAddress accept additional Parameters as override?

or do I have to implement a Custom Template of VI_BuildProxyAddress?

or is there even a better method to write two Mail addresses?

1IM Version is 7.1.1

Any suggestions ist greatly appreciated.

Best very regards and thanks in advance,

Edi Imhof

 

CCC_BuildProxyAddress