EmailMessage constructor

EmailMessage(
  1. ExchangeService service
)
Initializes an unsaved local instance of The ExchangeService object to which the e-mail message will be bound.

Implementation

EmailMessage(ExchangeService service) : super(service) {}