EmailChannel.Address property
Get or set the string Address.
Namespace: WebSvcAlerts
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public Property Address As String
Get
Set
'Usage
Dim instance As EmailChannel
Dim value As String
value = instance.Address
instance.Address = value
public string Address { get; set; }
Property value
Type: System.String
Remarks
This is the destination for notifications. It is a string to be used in the recipient field of a message header.