Partager via


Provider Element

 

Applies To: Windows Server 2012 Essentials

Specifies the provider.

<xs:element name="Provider" minOccurs="1" maxOccurs="1" nillable="false">  
   <xs:complexType>  
     <xs:all>  
       <xs:element name="Website" type="xs:anyURI" minOccurs="1" maxOccurs="1" nillable="false"/>  
       <xs:element name="Address" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>  
       <xs:element name="Name" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/>  
     </xs:all>  
   </xs:complexType>  
 </xs:element>  
  

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description
Website Element Specifies the website of the hosted email service provider.
Address Element Specifies the address of the hosted email service provider.
Name Element Specifies the name of the hosted email service provider.

Parent Elements

Service Element

See Also

How to: Create a Configuration XML File
How to: Manage the Add-In