ShowWindowsMail specifies whether to show entry points for Windows® Mail.

Important
This setting is deprecated and should not be used.Windows Mail is not available in Windows® 7.

Values

true

Specifies that entry points for Windows Mail are displayed. This is the default value.

false

Specifies that entry points for Windows Mail are not displayed.

Valid Configuration Passes

auditSystem

auditUser

oobeSystem

specialize

Parent Hierarchy

Applies To

For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML output shows how to specify that the entry points for these Windows features not be displayed.

  Copy Code
<WindowsFeatures>
   <ShowInternetExplorer>false</ShowInternetExplorer>
   <ShowMediaCenter>false</ShowMediaCenter>
   <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
   <ShowWindowsMail>false</ShowWindowsMail>
</WindowsFeatures>

See Also

Concepts

WindowsFeatures