I have scenario to forward an outlook email with Attachment. Used Send Outlook Mail Message Activity and passed the Mailmessage variable in Forward parameter. The email forwarded successfully but the problem is signature images are also sent as attachments in the email.
I tried Save attachment activity and could see the Signature images also getting saved in the folder. Can anyone help me with a logic to remove the signature attachments alone from mail message.
@vvaidya,
Thank a lot using this way i can remove the signature attachment. But what if not sure on the image name or multiple signature attachment comes in. Is there way to only save the attachment ignoring the signatures.