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
Post a Comment