PidfDocument.Email Property
NOTE: This API is now obsolete.
Gets the current user e-mail.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class will be removed from future versions.")> _
Public Overridable ReadOnly Property Email As String
Get
'Usage
Dim instance As PidfDocument
Dim value As String
value = instance.Email
[ObsoleteAttribute("This class will be removed from future versions.")]
public virtual string Email { get; }
Property Value
Type: System.String