SPWebApplication.UseExternalUrlZoneForAlerts property
當這個屬性設定設定 true,且如果跨防火牆 url 區域,則會提醒的電子郵件中所使用。如果這設為 true,且如果跨防火牆 url 區域未設定,然後將提醒的電子郵件中使用的 web 應用程式的預設區域 url。如果要舊版的行為,屬於警示建立所在的 web 應用程式的提醒的電子郵件中的 url,請將此設為 false。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property UseExternalUrlZoneForAlerts As Boolean
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.UseExternalUrlZoneForAlerts
instance.UseExternalUrlZoneForAlerts = value
public bool UseExternalUrlZoneForAlerts { get; set; }
Property value
Type: System.Boolean
布林值,指出是否必須使用 web 應用程式設定跨防火牆 Url 區域提醒的電子郵件中的 url。預設值為 true。