Get or sets email of the person.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

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

See Also