OutlookStorageGetMapiProperty Method |
Gets the raw value of the MAPI property.
Namespace:
FileHold.DocumentRepository
Assembly:
FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntaxpublic Object GetMapiProperty(
string propIdentifier
)
Parameters
- propIdentifier
- Type: SystemString
The 4 char hexadecimal prop identifier.
Return Value
Type:
ObjectThe raw value of the MAPI property.
See Also