OutlookStorageGetMapiProperty Method

Gets the raw value of the MAPI property.

Definition

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

Parameters

propIdentifier  String
The 4 char hexadecimal prop identifier.

Return Value

Object
The raw value of the MAPI property.

See Also