IFileAttachmentContentHandler.GetOutputStream(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a stream to which the content of the attachment with the specified identifier should be written.
public:
System::IO::Stream ^ GetOutputStream(System::String ^ attachmentId);
public System.IO.Stream GetOutputStream (string attachmentId);
Public Function GetOutputStream (attachmentId As String) As Stream
Parameters
- attachmentId
- String
The identifier of the attachment that is being loaded.
Returns
A Stream to which the content of the attachment will be written.