The FEqualNames function determines whether two MAPI named properties are the same.
Note This function may not be supported in future versions of MAPI.
Header file: | MAPIUTIL.H |
Implemented by: | MAPI |
Called by: | Client applications and service providers |
BOOL FEqualNames(
LPMAPINAMEID lpName1,
LPMAPINAMEID lpName2
);
The FEqualNames function is useful because the MAPINAMEID structure contains a GUID and can represent the property name itself in more than one way. This means the two structures cannot be compared by simple binary methods.
The testing process is case-sensitive for the property name strings.