Share via


RequestResponse.Alias property

Gets or sets the e-mail alias of the user or distribution group that the request is about.

Namespace:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

RequestResponse class

RequestResponse members

Microsoft.SharePoint.EmailIntegration namespace