Author |
|
fquinty Newbie
Joined: 08 June 2007 Location: France
Online Status: Offline Posts: 2
|
Posted: 02 July 2007 at 3:40pm | IP Logged
|
|
|
Hello,
I want to display the messages of an inbox mailbox using a dataGrid .Net object .
Is it possible to load inbox messages to a dataSet/dataTable .Net objects, using your mailbee.net component? And bind this dataSet to a GridView?
do you have a sample?
Thanks for your answer
Frank Quinty
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 03 July 2007 at 2:51am | IP Logged
|
|
|
Yes, it's possible because any collection can be specified as a data source for DataGrid. For instance, Imap.DownloadEntireMessages method returns a collection of downloaded messages, you should assign this collection to DataSource property of your DataGrid object.
Best regards,
Andrew
|
Back to Top |
|
|