G
Guest
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!
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!