Share via


ContentDeploymentJob.NotificationEmailAddresses Property

Gets or sets the e-mail addresses of individuals who receive notification e-mails about this ContentDeploymentJob object.

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

Syntax

'Declaration
Public Property NotificationEmailAddresses As String
    Get
    Set
'Usage
Dim instance As ContentDeploymentJob
Dim value As String

value = instance.NotificationEmailAddresses

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

Property Value

Type: System.String
The e-mail addresses of individuals who receive notification e-mails about this ContentDeploymentJob.

See Also

Reference

ContentDeploymentJob Class

ContentDeploymentJob Members

Microsoft.SharePoint.Publishing.Administration Namespace