SearchServiceApplication.AlertNotificationFormat property

Gets or sets the e-mail format of the alert.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property AlertNotificationFormat As String
    Get
    Set
'Usage
Dim instance As SearchServiceApplication
Dim value As String

value = instance.AlertNotificationFormat

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

Property value

Type: System.String
The e-mail format of the alert.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace