menu
ews package
documentation
ComplexProperties/AttendeeCollection.dart
AttendeeCollection
Add method
Add method
dark_mode
light_mode
Add
method
void
Add
(
Attendee
attendee
)
Adds an attendee to the collection.
The attendee to add.
Implementation
void Add(Attendee attendee) { this.InternalAdd(attendee); }
ews package
documentation
ComplexProperties/AttendeeCollection
AttendeeCollection
Add method
AttendeeCollection class