I am building a Dynamicweb.Notifications.eCommerce.Cart.SendingConfirmationMail notificationsubscriber and I want to munipulate the mail recipient - this is a quite simple, but in some cases I want to send out the mail to more than one recipient. The Mails property only has a get accessor and is also returning an IEnumerable. Is there any way to add / munipulate this list?
Could you guys change the return type to List? Or add a set accessor to the property?
- Allan