Privacy Policy

isherrit
2012-01-14T16:56:37Z
Is it possible to have an address line in the signature of an email to change dependent on the contents of an AD field ie Office:

We have two locations and depending on the contents of the AD "Office" field I would like the address line to related to the specific location.
franzk
2012-01-14T18:14:13Z
Hello,

>Is it possible to have an address line in the signature of an email to change dependent on the contents of an AD field ie Office:

yes, by using two print directives, where each one prints constant text only in case that the Office attribute contains a specific value.

Example:

{#Print Class="OA" Name="physicalDeliveryOfficeName" Pattern="MyOffice1" IfMatch="Address1"}
{#Print Class="OA" Name="physicalDeliveryOfficeName" Pattern="MyOffice2" IfMatch="Address2"}


-Franz