EmailChannel class

Provides the information required to deliver a notification through an electronic mail service.

Inheritance hierarchy

System.Object
  WebSvcAlerts.DeliveryChannel
    WebSvcAlerts.EmailChannel

Namespace:  WebSvcAlerts
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class EmailChannel _
    Inherits DeliveryChannel
'Usage
Dim instance As EmailChannel
[SerializableAttribute]
public class EmailChannel : DeliveryChannel

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

EmailChannel members

WebSvcAlerts namespace