OutlookStorageMessage(String) Constructor

Initializes a new instance of the OutlookStorageMessage class from a msg file.

Definition

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

Parameters

msgfile  String
The msg file to load.

See Also