Add attachment from item in folder to MailItem 
Author Message
 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?



Tue, 12 Nov 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Adding MailItems to "Sent Items" folder

2. Add Attacment from Item in Folder to MailItem?

3. Removal of attachments on email items in Sent items folder

4. Moving a mailitem sent as an attachment in a mail to a specified folder

5. Outlook MailItem.Attachments.Add method, Position Parameter

6. Help with MailItem.Attachments.add()

7. Outlook MailItem.Attachments.Add method, Position Parameter

8. Deleting MailItems from the Sent Items folder

9. Extra copy of moved mailitem appears in Deleted Items folder

10. Add attachments linked to elements of the outlook folder system

11. Adding an OLE attachment to an Outlook item

12. Attachments.Add Item,5 does not work please help

 

 
Powered by phpBB® Forum Software