SPWebApplication.SendSiteUpgradeEmails property

Indicates if emails should be sent by job-upgrade-site-collection timer job when upgrade completes for each site collection. Default value is true.

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

Syntax

'Declaration
Public Property SendSiteUpgradeEmails As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.SendSiteUpgradeEmails

instance.SendSiteUpgradeEmails = value
public bool SendSiteUpgradeEmails { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace