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.