HI,
I am trying to retrieve attachments from the emails. Below is sample code
{
string
attachment.Save("Hello.txt");
}
This works fine with the first run. But if i execute this code again without exiting the application then then attachment.Save is throwing NULL reference exception.
Any help will be useful.
Thanks,
Navin
I will take a look into the code and see what is happening. I'll post back with more news.
Peter