MIMEContent Element

System.Object

ContentType

MIMEContent

 

Client Declaration

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

Represents content data associated with a content-carrying Content Engine object using a MIME attachment. For this element to be accessible in your client application, you must set a web reference to the MIME endpoint.

 

Element Structure

Elements

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="MIMEContent">
   <xsd:complexContent>
      <xsd:extension base="ctyp:ContentType">
         <xsd:sequence>
            <xsd:element name="Attachment" type="MIMEAttachmentReference"/>
         </xsd:sequence>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>