Click here to Skip to main content
15,908,274 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is namespace for Pop3MessageInfo for messages in asp.net?

I have messages from server side and I try the foreach loop for each record, but the pop3messgeinfo class not inherited.

Please help me.
Posted
Updated 4-May-11 22:55pm
v2
Comments
That's Aragon 5-May-11 4:17am    
I am not sure if you are using Aspose or not. But for Aspose it should be Aspose.Network.Pop3. so you can use something like foreach(Aspose.Network.Pop3.Pop3MessageInfo info in infos) { }
[no name] 5-May-11 4:28am    
Can you show what you have coded for this, so that we can find it to stimualte your problem.
Dalek Dave 5-May-11 4:55am    
Edited for Grammar and Readability.

I don't know the Pop3MessageInfo. If you want to send emails in C# ASP.NET take a look here http://social.msdn.microsoft.com/Forums/en/netfxnetcom/thread/a75533eb-131b-4ff3-a3b2-b6df87c25cc8[^]
 
Share this answer
 
It will help you

Send Mail[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900