PersonalStorage.ExtractProperty

PersonalStorage.ExtractProperty method

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

public MapiProperty ExtractProperty(byte[] entryId, long tag)
ParameterTypeDescription
entryIdByte[]The entry id of item.
tagInt64The property tag.

Return Value

The MapiProperty.

Remarks

If a property is not found, null is returned.

See Also