SPOutboundMailServiceInstance.SystemService property
電子郵件服務執行個體擁有自己的使用者介面,並應該不會包含在 [伺服器] 頁面上的服務上的預設組態 services 檢視因為無法啟動或停止。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property SystemService As Boolean
Get
'用途
Dim instance As SPOutboundMailServiceInstance
Dim value As Boolean
value = instance.SystemService
public override bool SystemService { get; }
Property value
Type: System.Boolean
傳回 Boolean。
請參閱
參照
SPOutboundMailServiceInstance class