Outlook Script:How to put & get datas in/from multiple column list boxes

  • Thread starter Thread starter bbnimda
  • Start date Start date
B

bbnimda

Hi,

I tryed different way but didn't success, I still haven't found the right
syntax.

If some one can help, it will be great !!!

Tks
 
Hi again

I found the first part

with Control

..additem myitem.jobtitle

..Column(1,ind) = myitem.LastName

..Column(2,ind) = myitem.FirstName

..Column(3,ind) = myitem.BusinessTelephoneNumber

end with
 
Back
Top