Share via


Recipient List XML Property

Gets or sets a String value representing the format for the recipient list XML. The attribute for this value is read/write.

expression**.ItemProperties["Recipient List XML"].Value**

expression   A variable that represents a Marketing Campaign object.

Remarks

The following code shows the XML format of the recipient list XML.

  <filter>
  <valid-entities>
    <entity>Contact</entity> 
    <entity>Account</entity> 
    <entity>Opportunity</entity> 
    <entity>Activity</entity> 
    <entity>ProjectTask</entity> 
    <entity>Campaign</entity> 
    <entity>Project</entity> 
  </valid-entities>
  <entities>
    <entity>Contact</entity> 
  </entities>
  <condition operator="comment">
    <text>ResultsTab</text> 
    <condition operator="or">
       <condition operator="equals">
          <attribute type="binary">EntryGUID</attribute> 
          <value type="binary" length="16">98846B47FB49B4439DF3EE6810341BD5</value> 
       </condition>
       <condition operator="equals">
          <attribute type="binary">EntryGUID</attribute> 
          <value type="binary" length="16">C28721C085781248BEBB6FD21B8B69DA</value> 
       </condition>
    </condition>
  </condition>
</filter>

The Outlook UserProperty type is olText.

See Also

2007 Office System: Updated Developer Content