AddressEntryFilter
Object
The
AddressEntryFilter object specifies criteria for restricting a search on an AddressEntries
Quick Info
Specified
in header file: |
MDISP.ODL |
First
available in version: |
OLE
Messaging Library 1.1 |
Parent
objects: |
AddressEntries collection |
Child
objects: |
Fields collection |
Default
property: |
Name |
Properties
|
Available
in version |
|
|
Address |
1.1 |
String |
Read/write |
Application |
1.1 |
String |
Read-only |
Class |
1.1 |
Long |
Read-only |
Fields |
1.1 |
Field
object or Fields collection object |
Read-only |
Name |
1.1 |
String |
Read/write |
Not |
1.1 |
Boolean |
Read/write |
Or |
1.1 |
Boolean |
Read/write |
Parent |
1.1 |
AddressEntries
collection object |
Read-only |
Session |
1.1 |
Session
object |
Read-only |
Methods
|
Available
in version |
|
IsSameAs |
1.1 |
object as
Object |
Remarks
An
AddressEntryFilter object with no criteria is created by default for every AddressEntries
The filter is
invoked when the AddressEntries collection is traversed with the Get methods.
Each field participates in a MAPI search restriction comparing the field s Value
For fields of
data type other than String, the MAPI search restriction type is
RES_PROPERTY with relational operator RELOP_EQ. For fields of data type String,
the restriction type is RES_CONTENT with fuzzy level options FL_SUBSTRING,
FL_IGNORECASE, and FL_LOOSE.
The results
of the individual restrictions are normally ANDed together to form the
final filter value. You can change this by setting the Or
The
AddressEntryFilter object is persistent within its parent AddressEntries
collection. It is not deleted even when it is released, and it remains attached
to the AddressEntries collection until the collection s Filter