Changing the content-transfer-encoding scheme for meeting invitations and emails
To ensure the text for meeting invitations and emails renders correctly, you can set the value of the TRANSFER_ENCODING
attribute of the EXCHANGE_CRUD
class to the required content-transfer-encoding scheme. For example, you can set the scheme to base64 or 7bit.
To change the content-transfer-encoding scheme for meeting invitations and emails:
- In the NexJ Studio Business Model layer, open the
EXCHANGE_CRUD
metaclass. - In the Attributes tab, select the
TRANSFER_ENCODING
attribute. - In the Value tab, and in the Value field, change the value of the property to the type of encoding scheme desired.
- Click Save .
The content-transfer-encoding scheme for meeting invitations and emails is changed.