Gets all participants of this event. Use AddParticipant(Participant) method to add new participant to this collection.

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

Syntax

C#
public List<Participant> Participants { get; private set; }
Visual Basic
Public Property Participants As List(Of Participant)
	Get
	Private Set
Visual C++
public:
property List<Participant^>^ Participants {
	List<Participant^>^ get ();
	private: void set (List<Participant^>^ value);
}

See Also