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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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).