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)

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