Hi all,
i've tried to put the AddressBookPolicy from Exchange to a template.
I will get a Server error message, while sending the template.
I can choose it in the list, but get the error message.
Here my config in the .json file:
{
"Name": "AddressBookPolicy",
"Definition": {
"Type": "DropDownList",
"DefaultValue": "adressbookpolicy_Germany",
"Label": "['en-us:Addressbook','de-de:Adressbuch']",
"IsRequired": false,
"Items": [
{
"Value": "adressbookpolicy_Germany",
"DisplayValue": "adressbookpolicy_Germany"
}
]
}
},
Best,
Muneer