what's the best way to loop thru this

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

Dim oItems As Outlook.Items = oInbox.Items

i'd like to get these items into a datagrid or something

i tried datagrid1.datasource=oItems but it doesn't work.

any ideas?

rodchar
 
Hi Rod,

Read them into an empty dataset/datatable, and then assign that
dataset/datatable as the grid's datasource.

HTH,

Bernie Yaeger
 
thanks this helps.

Bernie Yaeger said:
Hi Rod,

Read them into an empty dataset/datatable, and then assign that
dataset/datatable as the grid's datasource.

HTH,

Bernie Yaeger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top