Share via


UserCreationInformation.Email Property

Gets or sets a value that specifies the e-mail address for the user to be created.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Email As String
    Get
    Set
'Usage
Dim instance As UserCreationInformation
Dim value As String

value = instance.Email

instance.Email = value
[RemoteAttribute]
public string Email { get; set; }

Property Value

Type: System.String
Returns a String.instance representing the e-mail address for the user to be created.

Remarks

Its length must be equal to or less than 255.

See Also

Reference

UserCreationInformation Class

UserCreationInformation Members

Microsoft.SharePoint.Client Namespace