_NameSpace.CompareEntryIDs(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean value (bool in C#) that indicates if two entry ID values refer to the same Outlook item.
public:
bool CompareEntryIDs(System::String ^ FirstEntryID, System::String ^ SecondEntryID);
public bool CompareEntryIDs (string FirstEntryID, string SecondEntryID);
Public Function CompareEntryIDs (FirstEntryID As String, SecondEntryID As String) As Boolean
Parameters
- FirstEntryID
- String
The first entry ID to be compared.
- SecondEntryID
- String
The second entry ID to be compared.
Returns
True if the entry ID values refer to the same Outlook item; otherwise, False.
Remarks
Entry identifiers cannot be compared directly because one object can be represented by two different binary values. Use this method to determine whether two entry identifiers represent the same object.