menu
ews package
documentation
ComplexProperties/EmailAddressDictionary.dart
EmailAddressDictionary
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
EmailAddress
?
operator []
(
EmailAddressKey
key
)
Gets or sets the e-mail address at the specified key.
The key of the e-mail address to get or set.
Implementation
EmailAddress? operator [](EmailAddressKey key) { return this.Entries[key]!.EmailAddress; }
ews package
documentation
ComplexProperties/EmailAddressDictionary
EmailAddressDictionary
operator [] method
EmailAddressDictionary class