+1 vote

When I forwarding mails with attachments wit Mail.dll, attachments automatically forwarded too.

What If we don’t want to forward all the attachments, and only some of them? Is there a way to remove some of them?

by

1 Answer

–1 vote
 
Best answer

IMail.Forward method returns a ForwardBuilder instance.

You can use its IncludeAttachments property to indicate if resulting email should include attachments (NonVisuals) or not.

On any email instance you may also use one of the IMail.RemoveAttachments method.

by (297k points)
...