menu
ews package
documentation
Interfaces/IFileAttachmentContentHandler.dart
IFileAttachmentContentHandler
GetOutputStream abstract method
GetOutputStream abstract method
dark_mode
light_mode
GetOutputStream
abstract method
Stream
<
Int8List
>
GetOutputStream
(
String
?
attachmentId
)
Provides a stream to which the content of the attachment with the specified Id should be written.
The Id of the attachment that is being loaded.
Implementation
Stream<Int8List> GetOutputStream(String? attachmentId);
ews package
documentation
Interfaces/IFileAttachmentContentHandler
IFileAttachmentContentHandler
GetOutputStream abstract method
IFileAttachmentContentHandler class