# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keyfax.biz/integrations/host-systems/activeh-desktop/mis-interface-objects/system-task-email-addressee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
