Attendee.withEmailAddress constructor

Attendee.withEmailAddress(
  1. EmailAddress mailbox
)
Initializes a new instance of the The mailbox used to initialize the Attendee.

Implementation

Attendee.withEmailAddress(EmailAddress mailbox)
    : super.withEmailAddress(mailbox);