Send outlook mail message activity error

위와 같이 send outlook mail message 액티비티를 이용하여 메일을 보냈습니다.
첨부파일은 attachmentscollection을 통해 변수로 입력했습니다.

첨부파일들 정상적으로 첨부되고 메일도 정상적으로 보내지는데 위와 같은 오류가 발생합니다.
오류의 발생 원인이 무엇이고, 해결방법이 있을까요?

error content : Some names are not recognized by Outlook.

좋은 날,

이 오류는 첨부 파일이없는 경우에만 발생합니까?

Yes!
It also occurs when there is no attachment.

Okay great. Would it be possible to print the variable and post the output? The collection accepts an IEnumerable or list. So if it is empty and it isn’t printing {} you may want to force it to be empty so that it doesn’t error out. Alternatively, a quick and dirty solution would be adding a try catch block. In the catch section, just send the email without attachements