OutlookStorageMessage(Stream) Constructor

Initializes a new instance of the OutlookStorageMessage class from a Stream containing an IStorage.

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
public Message(
	Stream storageStream
)

Parameters

storageStream  Stream
The Stream containing an IStorage.

See Also