共用方式為


SPWebApplication.OutboundMailCodePage property

取得或設定用以傳送電子郵件時的預設字碼頁。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property OutboundMailCodePage As Integer
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Integer

value = instance.OutboundMailCodePage

instance.OutboundMailCodePage = value
public int OutboundMailCodePage { get; set; }

Property value

Type: System.Int32
32 位元整數,會指定字碼頁。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace