I have tried the code given by u....
its giving error wrong number of argument or invalid property assignment if i say---- columnsCode:For Each Sentmail In oSentFolder.Items Sentmail.To = lstsentitems.Columns(0, lstsentitems.ListIndex) 'First Column Sentmail.Subject = lstsentitems.Columns(1, lstsentitems.ListIndex) 'Second Column Sentmail.SentOn = lstsentitems.Columns(2, lstsentitems.ListIndex) 'Third Column
and if i kept it like ---column then its saying method or data member not found.




Reply With Quote