System.Object
MIMEContent
Client Declaration
public class MIMEContent
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.
Elements
MIMEAttachmentReference
Attachment
: Optional element specifying the MIME attachment that holds the content data.
Attributes
UInt64
size
:
Attributes Specific to .NET Clients
Boolean
sizeSpecified
: Optional expression specifying whether size
has a value (true
) or not (false
).
<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>