Delete MailMessage attachments then save MailMessage

Hi there,
I’m trying to figure out if i could delete the attachments from a .msg so that i can save it without the attachment.
Backstory: I’m trying to archive it separately, .msg in one and the attachments into another folder.
I already tried using methodes to delete the email.Attachment, but everytime he is still saving it with the attachments.

Hello @Stefan_Baier ,

Have you tried using this invoke method before saving the email:

Let me know if its working.

Thanks!
Athira

Hey,
Which parameters did u set?
Im trying to Dispose but it says that this is no public instance-method