OutlookStorageGetStreamAsString Method
Gets the data in the specified stream as a string using the specifed encoding to decode the stream data.
Namespace: FileHold.DocumentRepositoryAssembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
public string GetStreamAsString(
string streamName,
Encoding streamEncoding
)
- streamName String
- Name of the stream to get string data for.
- streamEncoding Encoding
- The encoding to decode the stream data with.
StringThe data in the specified stream as a string.