hi Ken,
My previous question was pretty simple. The Scenario I was talking about is
for outlook 2003 contact Picture, I know AddPic method can add picture that
resides on the local hard drive to a contact item, like the following
dim customcontact as ContactItem
customcontack.AddPic ("c:\temp\bill.jpg")
I was asking is there a way to load the picture not from local hard drive,
but directly from a HTTP Link, to a certain contact item. such as
dim customcontact as ContactItem
customcontack.AddPic ("http://www.microsoft.com/bill.jpg")
I have tried the AppPic("http://******"), but it didn't work out.
Thanks for any help!
----------------------------------------------------------------------------------------------------------
As what? An embedded attachment to the contact in the Notes field or a
contact picture for Outlook 2003 or what? For a contact picture use the
HasPicture boolean property and the AddPicture and RemovePicture methods.
--
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
"lostwings" <(E-Mail Removed)> wrote in message
news:A64FCD66-373E-42D2-9AEB-(E-Mail Removed)...
> hi,
>
> I met a problem for my COM Add-In. Is there a way to Add a Http pic to
> the
> local contact item?
> --
> John 3:16
--
John 3:16