3.1.4.4.3.1 t:ArrayOfSmtpAddressType Complex Type

The ArrayOfSmtpAddressType complex type specifies an array of SMTP e-mail addresses.

 <xs:complexType name="ArrayOfSmtpAddressType">
   <xs:choice
     maxOccurs="unbounded"
   >
     <xs:element name="SmtpAddress"
       type="t:NonEmptyStringType"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists the child elements of the ArrayOfSmtpAddressType complex type.

Element

Type

Description

SmtpAddress

t:NonEmptyStringType ([MS-OXWSCDATA] section 2.2.5.20)

Specifies an SMTP e-mail address.