public interface IFileAttachmentContentHandler
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream(String attachmentId)
Provides a stream to which the content of the attachment with the
specified Id should be written.
|
OutputStream getOutputStream(String attachmentId)
attachmentId
- The Id of the attachment that is being loaded.Copyright © 2012–2015 Microsoft. All rights reserved.