Click or drag to resize

OutlookStorageMessage Constructor (Stream)

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

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

Parameters

storageStream
Type: System.IOStream
The Stream containing an IStorage.
See Also