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
Number of Connections: Min: 1/Max:2
Input | Data Type | Description |
Input1 | String | The address list. |
Input2 | String | Sets the ExcludeAddr property. (optional) |
Output
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.
|
Exception
Exceptions
- 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> |