Batch Image Attachments in Contacts Outlook 2010
-
Monday, September 10, 2012 8:40 PM
Hi,
I've been trying to embed a set of business card images into the Notes Section for Outlook Contacts 2010.
All I keep getting is "How to Add a Photo in an outlook business card in bulk" VBA Codes.
Slipstick.com gave me a really great code in batching photos in, but it was only to batch into the business card section.
Do you mind sending me VBA Codes on batching business cards images open attached?
A sample of what I meant is below (please look at the "Notes" section only, as I have all the other data information already in they system).
Please and thank you.
Warmest regards,
Joyce Valenzuela
joycev@skypower.com
(416) 979-4625
- Moved by Eric Legault [Outlook MVP]MVP, Moderator Tuesday, September 11, 2012 4:49 PM Not VSTO specific (From:Visual Studio Tools for Office)
All Replies
-
Tuesday, September 11, 2012 5:22 PMModerator
Use ContactItem.GetInspector, then Inspector.WordEditor to get a Word.Document object. Then you can use the Word Object Model to insert images into the body of the Contact item, which is essentially a word document.
Eric Legault MVP (Outlook)
About me...
Try Outlook Appins - affordable and easy to use!- Marked As Answer by Leo_GaoModerator Monday, September 17, 2012 1:32 AM
-
Wednesday, September 19, 2012 1:37 PM
Hi Eric,
My apologies for the delayed response. I thought that Microsoft will give me a notice that someone responded to my query.
Do you by any chance have the VBA code for your suggestion? I'm actually not a programmer (didn't even take any lessons), but I found that I have the knack of slightly modifying a pre-made programming codes to do what it's supposed to do. And by modifying, it just means that I replace the sample source links with my source links.
Warmest regards,
Joyce
-
Wednesday, September 19, 2012 2:42 PMModerator
I suggest you look through these resources for sample code:
How Do I... in Outlook:
http://msdn.microsoft.com/en-us/library/ff863719.aspxEric Legault MVP (Outlook)
About me...
Try Outlook Appins - affordable and easy to use! -
Thursday, September 20, 2012 4:19 PM
Thanks Eric!!! I'll read through this now!
Warmest regards,
Joyce


