OutlookStorageGetStreamBytes Method
Gets the data in the specified stream as a byte array.
Namespace: FileHold.DocumentRepositoryAssembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
public byte[] GetStreamBytes(
string streamName
)
- streamName String
- Name of the stream to get data for.
ByteA byte array containg the stream data.