Hello,
I have created a form that needs to be submitted to one or multiple emails. Depending on whats needed.
I created a combo box that Search Users within my outlook. This works perfectly. I am allowed to select one or multiple people at a time.
The issue comes when I select multiple people at a time, only the first name entered will receive the email. Why is this happening?
This is the code I am using on my button: Office365Outlook.SendEmail('name-ComboBox'.Selected.Mail, "Subject Line Here", "Body Copy: " & ThisItem.'Link to item')
Thank you in advanced!