Click or drag to resize

Participant(String, String) Constructor

Creates new participant with specified common name and email.

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

Parameters

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