PimPropertyFlags Enumeration
3/29/2010
Specifies constants that define custom properties flags.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
[FlagsAttribute]
public enum PimPropertyFlags
'Declaration
<FlagsAttribute> _
Public Enumeration PimPropertyFlags
Members
Member name | 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. |
Remarks
This enumeration allows a bitwise combination of its member values.