Trying to use sendEmail() SOAP functionality (generating XML as in this example).
According to the sendEmail() documentation you can use a list of emails in the toAddresses field.
How are these delimited in the SOAP XML message? I have tried space and comma but neither seems to work.