 | PersonEmail Property |
Gets or sets email of the person.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Email { get; set; }Public Property Email As String
Get
Set
public:
property String^ Email {
String^ get ();
void set (String^ value);
}member Email : string with get, set
Property Value
String
See Also