AttendeeInfo.withSmtpAddress constructor
AttendeeInfo.withSmtpAddress(
- String? _smtpAddress, [
- MeetingAttendeeType _attendeeType = MeetingAttendeeType.Required,
- bool? _excludeConflicts = false
Implementation
AttendeeInfo.withSmtpAddress(this._smtpAddress,
[this._attendeeType = MeetingAttendeeType.Required,
this._excludeConflicts = false]);