Share via


SPVirtualServer.MailCodePage Property

NOTE: This API is now obsolete.

Obsolete. Gets the language code page that is used for e-mail messages.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.",  _
    False)> _
Public ReadOnly Property MailCodePage As Integer
    Get
'Usage
Dim instance As SPVirtualServer
Dim value As Integer

value = instance.MailCodePage
[ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.", 
    false)]
public int MailCodePage { get; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the code page.

See Also

Reference

SPVirtualServer Class

SPVirtualServer Members

Microsoft.SharePoint.Administration Namespace