Hi,
I have an email event which I would like to send to multiple users. The details are saved as a username so I need to use the AD User "getuserdetails" method to retrieve the email address, however in some instances there will be more than one username in the field e.g. domainusername1;domainusername2. Is there any way to split these so the getuserdetails method can get both email addresses?
Thanks.