Specifies constants that define custom properties flags.
| C# | Visual Basic |
[FlagsAttribute] public enum PimPropertyFlags
<FlagsAttribute> _ Public Enumeration PimPropertyFlags
| Member | Description |
|---|---|
| DoNotReplicate |
A flag used to prevent the custom property from being copied when the PIM item is copied.
|
| Indexed |
A flag used to index the custom property, which enables faster searching.
|
This enumeration allows a bitwise combination of its member values.