OutlookStorageGetStreamAsString Method

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

Definition

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

Parameters

streamName  String
Name of the stream to get string data for.
streamEncoding  Encoding
The encoding to decode the stream data with.

Return Value

String
The data in the specified stream as a string.

See Also