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
Syntaxpublic MapiProperty ExtractProperty(
byte[] entryId,
long tag
)
Public Function ExtractProperty (
entryId As Byte(),
tag As Long
) As MapiProperty
public:
MapiProperty^ ExtractProperty(
array<unsigned char>^ entryId,
long long tag
)
member ExtractProperty :
entryId : byte[] *
tag : int64 -> MapiProperty
Parameters
- entryId
- Type: SystemByte
The entry id of item. - tag
- Type: SystemInt64
The property tag.
Return Value
Type:
MapiPropertyThe MapiProperty.
RemarksIf a property is not found, null is returned.
See Also