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