PersonalStorageExtractMessage Method (String)

Get the message from PST.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MapiMessage ExtractMessage(
	string entryId
)

Parameters

entryId
Type: SystemString
String representation of EntryId.

Return Value

Type: MapiMessage
A MapiMessage object.
See Also