ReferenceAttachmentType complexType (EWS)

Exchange Server 2013

Last modified: March 09, 2015

In this article
Type information
Definition
Elements and attributes

Namespace

http://schemas.microsoft.com/exchange/services/2006/types

Schema file

types.xsd

Extension base

t:AttachmentType

<xs:complexType name="ReferenceAttachmentType">
    <xs:complexContent>
        <xs:extension base="t:AttachmentType">
            <xs:sequence>
                <xs:element name="AttachLongPathName" type="xs:string" maxOccurs="1" minOccurs="0"></xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element

Type

Description

AttachLongPathName

xs:string

Attributes

None.

Show: