OutlookStorageGetMapiPropertyInt32 Method

Gets the value of the MAPI property as a integer.

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
public int GetMapiPropertyInt32(
	string propIdentifier
)

Parameters

propIdentifier  String
The 4 char hexadecimal prop identifier.

Return Value

Int32
The value of the MAPI property as a integer.

See Also