PersonalStorageExtractProperty Method

Gets the specified property of item, without extract the item fully.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MapiProperty ExtractProperty(
	byte[] entryId,
	long tag
)

Parameters

entryId
Type: SystemByte
The entry id of item.
tag
Type: SystemInt64
The property tag.

Return Value

Type: MapiProperty
The MapiProperty.
Remarks
If a property is not found, null is returned.
See Also