menu
ews package
documentation
ComplexProperties/Attachment.dart
Attachment
Id property
Id property
dark_mode
light_mode
Id
property
String
?
get
Id
Gets the Id of the attachment.
Implementation
String? get Id => this._id;
set
Id
(
String
?
value
)
Implementation
set Id(String? value) { this._id = value; }
ews package
documentation
ComplexProperties/Attachment
Attachment
Id property
Attachment class