Click or drag to resize

Participant(String, String, ParticipationRole, Boolean) 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,
	ParticipationRole role,
	bool responseRequired
)

Parameters

cn  String
Common name of the person.
email  String
Email of the person.
role  ParticipationRole
Participation role.
responseRequired  Boolean
Specifies whether participant is required.
See Also