Email listener when processing attachments -- Using TLSv1 instead of TLSv1.2
Email account --> Using Microsoft Graph protocol.Authentication profile uses TLSv1.2.
Configured an Email Listener --> activity .
The email listener activity processes the email message and email attachments.
When debugged the Log files , TLSv1.2 is being used for email message.
TLSv1 is being used for email attachments.
So getting a parsing error in Log-Service-Email. We have to use TLSv1.2 for email attachments also.
Is TLSv1 default for processing email attachments?
Would like to understand why TLSv1.2 is not getting picked up for email attachments.