SharedWorkspaceMember.Email Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the email name of the specified SharedWorkspaceMember in the format user@domain.com.
public:
property System::String ^ Email { System::String ^ get(); };
public string Email { get; }
member this.Email : string
Public ReadOnly Property Email As String