menu
ews package
documentation
Core/ServiceObjects/Items/EmailMessage.dart
EmailMessage
EmailMessage.new constructor
EmailMessage.new constructor
dark_mode
light_mode
EmailMessage
constructor
EmailMessage
(
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) {}
ews package
documentation
Core/ServiceObjects/Items/EmailMessage
EmailMessage
EmailMessage.new constructor
EmailMessage class