Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

FetchXML to get email CC email addresses

$
0
0

Hi, can anyone help me with a fetchXML query? I am getting a list of email message fields. the purpose is to display the actual to / from / cc / bcc email addresses in a form via a webresource.

I have the fetch XML working, but get activityparty: and a guid for cc and bcc.

my simplified (I've removed a couple of conditions)  fetchXML so far is:

<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false' >
  <entity name='email' >
    <attribute name='sender' />
    <attribute name='torecipients' />
    <attribute name='subject' />
    <attribute name='senton' />
    <attribute name='cc' />

  </entity>
</fetch>


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>