3.1.4.1.3.59 t:SmtpDomainList Complex Type

The SmtpDomainList complex type specifies a list of internal domains in a user's organization.

 <xs:complexType name="SmtpDomainList">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="Domain" 
         type="t:SmtpDomain"/>
   </xs:sequence>
 </xs:complexType>

The following table lists the child element of the SmtpDomainList complex type.

Element

Type

Definition

Domain

t:SmtpDomain (section 3.1.4.1.3.58)

Specifies a single SMTP domain.

This element can occur zero or more times. It occurs once for each domain in the user's organization. If there are no internal domains, this element does not occur.