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
InputData TypeDescription
Input1StringThe address list.
Input2StringSets the ExcludeAddr property. (optional)

Output

OutputData TypeDescription
Output1StringThe new modified address list.

Property

NameProperty TypeDescription
ExcludeAddrString The address to delete from the input address list.

Exception

Exceptions


Example

PropertyOutput
Input1Joe Smith <jsmith@infoteria.com>, "Mary Grant" <mgrant@infoteria.com>ExcludeAddrjsmith@infoteria.com"Mary Grant" <mgrant@infoteria.com>