How can I retrive To Receipt from Email Entity in CRM 2011 -


hi have email , retrive information of email entity using below code

email email = _context.emailset.where(p => p.activityid == new guid("448ff815-17b7-e211-9fdb-b4b52f67d694")).firstordefault(); 

now have attribute of email entity how can receipt email.

you can see in this article microsoft properties email entity has. 1 property to of type activityparty.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -