Click or drag to resize

OutlookStorageGetStreamBytes Method

Gets the data in the specified stream as a byte array.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public byte[] GetStreamBytes(
	string streamName
)

Parameters

streamName
Type: SystemString
Name of the stream to get data for.

Return Value

Type: Byte
A byte array containg the stream data.
See Also