MIMEAttachmentReference Element

System.Object

MIMEAttachmentReference

 

Client Declaration

NOTE This element is not supported. MIME attachments are not compatible with any of the supported Content Engine Web Service clients.

Represents information describing a MIME attachment that holds content data. This element is specifed by a MimeContent element. For this element to be accessible in your client application, you must set a web reference to the MIME endpoint.

 

Element Structure

Attributes

 

XML Schema

<xsd:complexType name="MIMEAttachmentReference">
   <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
         <xsd:attribute name="href" type="xsd:anyURI"/>      
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>