DeliveryChannel Class

A structure describing how a notification is to be delivered.

Web Service: AlertsWeb Reference: http://<Site>/_vti_bin/Alerts.asmx

Syntax

<SerializableAttribute> _
<DesignerCategoryAttribute("code")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlIncludeAttribute(GetType(EmailChannel))> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")> _
<DebuggerStepThroughAttribute> _
Public MustInherit Class DeliveryChannel

Dim instance As DeliveryChannel
[SerializableAttribute] 
[DesignerCategoryAttribute("code")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlIncludeAttribute(typeof(EmailChannel))] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")] 
[DebuggerStepThroughAttribute] 
public abstract class DeliveryChannel

Remarks

<s:complexType name="DeliveryChannel" abstract="true"/>

Inheritance Hierarchy

System.Object
  Alerts.DeliveryChannel
     Alerts.EmailChannel

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DeliveryChannel Members
Alerts Web Service