共用方式為


SPVirtualServerConfig.JobEmailInserts property

NOTE: This API is now obsolete.

已過時。電子郵件插入功能已移除。JobEmailInserts屬性一定會傳回false,並設定屬性無效果。(在Windows SharePoint Services 2.0, JobEmailInserts屬性用於取得或設定一個值,指定如何經常檢查文件庫,新的電子郵件附件的公用資料夾,並維持回溯相容性。)

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

Syntax

'宣告
<ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")> _
Public Property JobEmailInserts As String
    Get
    Set
'用途
Dim instance As SPVirtualServerConfig
Dim value As String

value = instance.JobEmailInserts

instance.JobEmailInserts = value
[ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")]
public string JobEmailInserts { get; set; }

Property value

Type: System.String
字串,指定新電子郵件訊息檢查的頻率。

備註

  • JobEmailInserts屬性中所用的計時器字串格式是所特有,而且會區分大小寫。下列範例指定了正確的格式來使用,其中整數值可介於 0 到 60 之間每 1 分鐘:

  • 介於 0 到 59 之間每 1 分鐘

  • 每天 06:00:00

  • 每天上午 6

  • 每天 06:00:00 和 22:00:00 之間

  • 每天上午 6 和 10 pm 之間

  • 每小時 30

  • 每小時介於 1 到 29

  • 每小時介於 1 到 30 分鐘內

如果字串格式未設定,如下所述,他們會預設為 「 每小時介於 1 和 59 」。

變更此屬性才會生效,使用SPVirtualServerConfig.Properties.Update()儲存設定。

請參閱

參照

SPVirtualServerConfig class

SPVirtualServerConfig members

Microsoft.SharePoint.Administration namespace