Click or drag to resize

Person Constructor

Creates new Person object with specified common name and email.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Person(
	string cn,
	string email
)

Parameters

cn  String
Common name of the person.
email  String
Email of the person.
See Also