I am using send outlook mail activity. I need to send same email for nearly 8 people. If i add only 2 mail address in “To” sections , it sends e mail successfully. If we add more than 2 persons email address in “to” option then mail will not send to the receipient iam getting the below error
Main has thrown an exception
Source: Send Outlook Mail Message
Message: Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
Exception Type: COMException
System.Runtime.InteropServices.COMException (0x80004004): Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))
at UiPath.Mail.Activities.SendMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
i tried your format just now, it doesnt’ work for me.if we provide email address “;xyx@xyx.com;qwe@qwe.com” in this format then in expression editor “OK” button itself get disabled.