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

Property Value

Type: ListParticipant
See Also