Service Element
Applies To: Windows Server 2012 Essentials
Specifies the hosted email service.
<xs:element name="Service" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:all>
<xs:element name="ShortName" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/>
<xs:element name="FullName" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
<xs:element name="ServiceSignupURL" type="xs:anyURI" minOccurs="0" maxOccurs="1" nillable="false"/>
<xs:element name="ServiceUserPortal" type="xs:anyURI" minOccurs="0" maxOccurs="1" nillable="false"/>
<xs:element name="RetrievePasswordURL" type="xs:anyURI" minOccurs="0" maxOccurs="1" nillable="false"/>
<xs:element name="ServicesDescription" type="xs:string" minOccurs="1" maxOccurs="1" nillable="false"/>
<xs:element name="LogoImage" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
<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>
<xs:element name="SupportContact" minOccurs="0" maxOccurs="1" nillable="false">
<xs:complexType>
<xs:all>
<xs:element name="Phone" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
<xs:element name="Email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="false"/>
</xs:all>
</xs:complexType>
</xs:element>
</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 |
---|---|
ShortName Element | Specifies the short name of the hosted email service. |
FullName Element | Specifies the name of the hosted email service. |
ServiceSignupURL Element | Specifies the sign-up URL for the hosted email service. |
ServiceUserPortal Element | Specifies the admin portal for the hosted email service. |
RetrievePasswordURL Element | Specifies the URL to retrieve a password from the hosted email service. |
ServiceDescription Element | Specifies the hosted email service. |
LogoImage Element | Specifies the path to the logo image for the hosted email service. |
Provider Element | Specifies the provider. |
SupportContact Element | Specifies the support contact. |
Parent Elements
None.
See Also
How to: Create a Configuration XML File
How to: Manage the Add-In