GroupChatFederatedUserInformation.Email Property
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
'Declaration
Public Property Email As String
Get
Set
'Usage
Dim instance As GroupChatFederatedUserInformation
Dim value As String
value = instance.Email
instance.Email = value
public string Email { get; set; }
Property Value
Type: System.String
The e-mail address.
See Also
Reference
GroupChatFederatedUserInformation Class