The MailAddressCount function outputs the number of addresses set in the input mail header's From, To, or CC address field.
Input | Data Type | Description |
---|---|---|
Input1 | String | The address list. |
Output | Data Type | Description |
---|---|---|
Output1 | int | The number of addresses set in the input mail header's address field. |
Input1 | Output |
Joe Smith <jsmith@infoteria.com>, "Mary Grant" <mgrant@infoteria.com> | 2 |