menu
ews package
documentation
ComplexProperties/EmailAddressCollection.dart
EmailAddressCollection
Add method
Add method
dark_mode
light_mode
Add
method
void
Add
(
EmailAddress
emailAddress
)
Adds an e-mail address to the collection.
The e-mail address to add.
Implementation
void Add(EmailAddress emailAddress) { this.InternalAdd(emailAddress); }
ews package
documentation
ComplexProperties/EmailAddressCollection
EmailAddressCollection
Add method
EmailAddressCollection class