OutlookStorageGetMapiPropertyString Method |
Gets the value of the MAPI property as a string.
Namespace:
FileHold.DocumentRepository
Assembly:
FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntaxpublic string GetMapiPropertyString(
string propIdentifier
)
Parameters
- propIdentifier
- Type: SystemString
The 4 char hexadecimal prop identifier.
Return Value
Type:
StringThe value of the MAPI property as a string.
See Also