SharedWorkspaceMember.Email Property
Returns the email name of the specified SharedWorkspaceMember in the format user@domain.com.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Email As String
Get
'Usage
Dim instance As SharedWorkspaceMember
Dim value As String
value = instance.Email
string Email { get; }
Property Value
Type: System.String