Difference between revisions of "Message Participants"
Jump to navigation
Jump to search
(Created page with "These are the types of participants in a communication. This information is also kept in the <code>MessageAddressType</code> database table. {| class="wikitable" ! Name ! Val...") |
|||
| Line 1: | Line 1: | ||
These are the types of participants in a communication. | These are the types of participants in a communication. | ||
| − | This information is also kept in the <code>MessageAddressType</code> database table. | + | This information is also kept in the <code>[MessageAddressType]</code> database table. |
{| class="wikitable" | {| class="wikitable" | ||
Latest revision as of 11:34, 3 December 2020
These are the types of participants in a communication.
This information is also kept in the [MessageAddressType] database table.
| Name | Value | Meaning |
|---|---|---|
MESSAGE_PARTICIPANT_UNKNOWN |
0 | Unknown or not set |
MESSAGE_PARTICIPANT_FROM |
1 | The sender of the message |
MESSAGE_PARTICIPANT_TO |
2 | The recipient of the message |
MESSAGE_PARTICIPANT_REPLY_TO |
3 | The address where replies should go |
MESSAGE_PARTICIPANT_CARBON_COPY |
4 | Not the primary recipient but an account that should be made aware of this communication |
MESSAGE_PARTICIPANT_BLIND_CARBON_COPY |
5 | A hidden recipient of the communication |
MESSAGE_PARTICIPANT_FAILED_SEND_TO |
6 | If the message didn't send, send the error message to this address |
MESSAGE_PARTICIPANT_RESEND_TO |
7 | If there was a problem sending the message, try sending to this one instead |
MESSAGE_PARTICIPANT_DELETED |
8 | The account was deleted |