MapiNamedPropertyRequestIsString Property

Gets whether this property is string named property (value stored in property CanonicalName). If false, it is a numerical named property whose value is stored in propery LID.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool IsString { get; }

Property Value

Boolean

See Also