Hi how can I get the following code to go into a listbox instead of being written into the console.
Thanks
CODE:
Console.WriteLi ne( _
"{0} | {1} | {2} | {3}", _
message.UniqueI d, _
message.From, _
message.To, _
message.Subject )