Category:Address Manipulation
Last Updated:2011-08-04
 
When you run UnitySync to create mail enabled objects that contain secondary proxyaddresses, you have the option to drop incoming proxy address(es). Just provide one or more domain names in the Drop Proxy field. The format is @DomainToDrop.com (ex. @Alpha.COM,@beta.COM). When the destination contact is created, it’s ProxyAddresses will not include any address with a Drop Proxy domain.
For example:
If the incoming proxyaddresses are:
Joe@alpah.com
Joe@beta.com
Joe@abc.com
Joe@xyz.com
If your Drop Proxy is: @alpha.com,@xyz.com
Then the new destination contact will contain only the following proxyaddresses:
Joe@beta.com
Joe@abc.com
A Note about Drop Proxy syntax:
It may or may not be necessary to include the @ prefix in the DropProxy domains you specify. An example of when it is necessary is if you have two incoming domains that look like this:
Joe@DomainXYZ.com
Joe@XYZ.com
If you specify a Drop Proxy of simply XYZ.com, then both of the above addresses will be dropped. If you wish to ONLY drop the Joe@XYZ.com address, then your Drop Proxy value should include the @ as follows: @XYZ.com.