Share via


ContentMigrationSettings.NotificationEmails Property

Gets the e-mail addresses to which to send notification e-mails.

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

Syntax

'Declaration
Public Property NotificationEmails As String
    Get
    Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String

value = instance.NotificationEmails

instance.NotificationEmails = value
public string NotificationEmails { get; set; }

Property Value

Type: System.String
A list of e-mail addresses to which to send notification e-mails.

Remarks

Use ";" to separate multiple e-mail addresses.

See Also

Reference

ContentMigrationSettings Class

ContentMigrationSettings Members

Microsoft.SharePoint.Publishing.Administration Namespace