PersonalStorageExtractMessage Method (Byte)

Get the message from PST.

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

Parameters

entryId
Type: SystemByte
EntryId of message.

Return Value

Type: MapiMessage
A MapiMessage object.
See Also