Hi team ,
Thanks for the reply to my mail .
but it’s seem not gave me the full answer , my query is can i retrieve data from body when i am doing filtration on subject ,coz i didn’t get .
also please find the below code for the same .
MailQueryBuilder builder = new MailQueryBuilder();
builder.Subject.Contains(“20 Burning Questions for
ASP.NET Developers in 2015”);
MailQuery query = builder.GetQuery();
Pop3MessageInfoCollection messages = client.ListMessages(query);
Console.WriteLine(“Pop3: " + messages.Count + " message(s) found.”);
with the help of above code i didn’t get mail body directly because its non accessible via object .
kindly provide some demo code for fetch body with filtering .
Provide code as soon as possible , b’coz after POC of this same we need to purchase full license for implement in this our org.