SPAlert.DeliveryChannels property

Gets or sets a value that indicates the delivery method of the alert.

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

Syntax

'Declaration
Public Property DeliveryChannels As SPAlertDeliveryChannels
    Get
    Set
'Usage
Dim instance As SPAlert
Dim value As SPAlertDeliveryChannels

value = instance.DeliveryChannels

instance.DeliveryChannels = value
public SPAlertDeliveryChannels DeliveryChannels { get; set; }

Property value

Type: Microsoft.SharePoint.SPAlertDeliveryChannels
The delivery method (e-mail or SMS message).

See also

Reference

SPAlert class

SPAlert members

Microsoft.SharePoint namespace