[This is preliminary documentation and is subject to change.]

The email of the user

Namespace:  OfficeClip.BusinessLayer.Extranet.Utility
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string Email { get; set; }
Visual Basic (Declaration)
Public Property Email As String
Visual C++
public:
property String^ Email {
	String^ get ();
	void set (String^ value);
}

See Also