MailAddressExclude
The MailAddressExclude function outputs the input mail header's address list (for example, the From, To, or CC fields) with the specified exclusion address deleted.
Input/Output
Number of Connections: Min: 1/Max:2
| Input | Data Type | Description |
| Input1 | String | The address list. |
| Input2 | String | Sets the ExcludeAddr property. (optional) |
| Output | Data Type | Description |
| Output1 | String | The new modified address list. |
Property
| Name | Property Type | Description |
| ExcludeAddr | string |
The address to delete from the input address list.
|
Error
Case
- The input address list is invalid.
Example
| Property | Output |
| Input1 | Joe Smith <jsmith@infoteria.com>, "Mary Grant" <mgrant@infoteria.com> | ExcludeAddr | jsmith@infoteria.com | "Mary Grant" <mgrant@infoteria.com> |