Click or drag to resize

OutlookStorageGetMapiPropertyInt16 Method

Gets the value of the MAPI property as a short.

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public short GetMapiPropertyInt16(
	string propIdentifier
)

Parameters

propIdentifier
Type: SystemString
The 4 char hexadecimal prop identifier.

Return Value

Type: Int16
The value of the MAPI property as a short.
See Also