System.Object
MIMEAttachmentReference
Client Declaration
MIMEAttachmentReference
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.
Attributes
String
href
: Optional expression specifying the URI of the MIME attachment.
<xsd:complexType name="MIMEAttachmentReference"> <xsd:simpleContent> <xsd:extension base="xsd:base64Binary"> <xsd:attribute name="href" type="xsd:anyURI"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType>