You need to get the Recipients collection of the SafeMailItem as SafeRecipients, and then one by one add the returned recipients to that SafeRecipients collection, using the Add or AddEx methods of the SafeRecipients collection.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm
"Jonatan" <jonatan.hortelano[ at ]gmail.com> wrote in message news:1138880881.629240.262660[ at ]g49g2000cwa.googlegroups.com...
[Quoted Text] > Hi all, > > I realised that the recipients object returned by the AddressBook is a > copy so I need to update the Recipients from the SafeMailItem. > > How can I do that without going though one by one? >
|