IFileAttachmentContentHandler.GetOutputStream(String) Method

Definition

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.

Applies to