ContentMigrationSettings.SendEmailOption Property
Gets the conditions under which e-mail results are sent.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property SendEmailOption As EmailOptions
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As EmailOptions
value = instance.SendEmailOption
instance.SendEmailOption = value
public EmailOptions SendEmailOption { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.Administration.EmailOptions
See Also
Reference
ContentMigrationSettings Class