RequestResponse.Alias Property
Gets or sets the e-mail alias of the user or distribution group that the request is about.
Namespace: [Sharepointemailws Web service]
Web service reference: http://Site/_vti_bin/Sharepointemailws.asmx
Syntax
'Declaration
Public Property Alias As String
Get
Set
'Usage
Dim instance As RequestResponse
Dim value As String
value = instance.Alias
instance.Alias = value
public string Alias { get; set; }
Property Value
Type: System.String
A String that represents the alias of a user or distribution group.