> For the complete documentation index, see [llms.txt](https://docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyfax.biz/integrations/host-systems/activeh-desktop/mis-interface-objects/system-task-email-addressee.md).

# System Task Email Addressee

| Description         |   Type   |  Direction | Data Type | Remarks                                                       |
| ------------------- | :------: | :--------: | :-------: | ------------------------------------------------------------- |
| AddresseeTypeID     | Property | Read Write |    Long   | Addressee Type for the Email Addressee:  Values of 'To', 'Cc' |
| ContactDetailsID    | Property | Read Write |    Long   | Contact Detail ID of the Email Addressee for Contact          |
| GroupDetailsID      | Property | Read Write |    Long   | Group Detail ID of the Email Addressee for Group Contact      |
| OtherEmailAddress   | Property | Read Write |   String  | Valid Email Address                                           |
| TemplateDescription | Property | Read Write |   String  | Email Template Description (Email Templates only)             |
| TemplateName        | Property | Read Write |   String  | Email Template Name (Email Templates only)                    |

### Associated SQLActiveH database table data

The MIS-AMS SQLActiveH Gateway's System Task Email Addressee Object (**CTSKEmailAddressee**), is linked to the **Tasking\_Email\_Addressees\_T** table in the MIS-AMS SQLActiveH database.

When the object properties are written to by Keyfax, the MIS-AMS CRM processes the values and writes to the underlying database table. The following list identifies only those columns in the **Tasking\_Email\_Addressees\_T** table which Keyfax writes to in the current version:

| Object property   | Tasking\_Tasks\_T column  |   Datatype   |
| ----------------- | ------------------------- | :----------: |
| AddresseeTypeID   | Addressee\_Type\_ID       |      int     |
| OtherEmailAddress | Other\_Email\_Address\_VC | varchar(255) |

{% hint style="info" %}
NOTE This data was correct at the time of writing, but Omfax suggest that MIS-AMS are consulted on any database or object schema modifications unknown to Omfax Systems.
{% endhint %}
