Creates new participant with specified common name and email.

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

Syntax

C#
public Participant(
	string cn,
	string email
)
Visual Basic
Public Sub New ( _
	cn As String, _
	email As String _
)
Visual C++
public:
Participant(
	String^ cn, 
	String^ email
)

Parameters

cn
Type: System..::..String
Common name of the person.
email
Type: System..::..String
Email of the person.

See Also