EmailChannel.Address Property
Get or set the string Address.
Namespace: [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx
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.