Gets or sets the e-mail address of the user.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Email 
As 
String
	
Get
	
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatFederatedUserInformation
Dim 
value 
As 
String

value = instance.
Email

instance.
Email = 
value
C#
public 
string 
Email { 
get; 
set; }

Property Value

Type: System . . :: . . String

The e-mail address.

See Also