
Add attachment from item in folder to MailItem
I have tried for many days, in many different ways to get the attachment
from an item in a folder to add to an MailItem.Without luck.
My last method was trying to capture it in this way.
Set MyNewItem = Application.CreateItem(0)
Set OldAtt = Item.Attachments.Item(1)
Set NewAtt = MyNewItem.Attachments
NewAtt.add OldAtt, olByValue
...
I know this does'nt work, but is there a way to work around this, maybe to
get the source of the old attachment? I really need help.
B?