Click or drag to resize

EventParticipants Property

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.26106.1555
Syntax
public List<Participant> Participants { get; }

Property Value

ListParticipant
See Also