Click or drag to resize

OutlookStorageGetStreamAsString Method

Gets the data in the specified stream as a string using the specifed encoding to decode the stream data.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public string GetStreamAsString(
	string streamName,
	Encoding streamEncoding
)

Parameters

streamName
Type: SystemString
Name of the stream to get string data for.
streamEncoding
Type: System.TextEncoding
The encoding to decode the stream data with.

Return Value

Type: String
The data in the specified stream as a string.
See Also