Hi,
When I retrieve the conversation index property via a standard mailItem.ConversationIndex method I get a string representation of that value, e.g 0101E0E9771924156A66026A4A5ED39016CB76795FA7.
However, when I use the columns.add method of the table object to add
Const CONVERSATION_INDEX = "http://schemas.microsoft.com/mapi/proptag/0x00710102"
via olTable.Columns.Add (CONVERSATION_INDEX) and then when I get the values via Val = olRow.GetValues
val(5) which should be the conv index returns 21 numeric values (??)
Why does that happen and how can I compare those two values to see if they match?
Thanks,
Rob
When I retrieve the conversation index property via a standard mailItem.ConversationIndex method I get a string representation of that value, e.g 0101E0E9771924156A66026A4A5ED39016CB76795FA7.
However, when I use the columns.add method of the table object to add
Const CONVERSATION_INDEX = "http://schemas.microsoft.com/mapi/proptag/0x00710102"
via olTable.Columns.Add (CONVERSATION_INDEX) and then when I get the values via Val = olRow.GetValues
val(5) which should be the conv index returns 21 numeric values (??)
Why does that happen and how can I compare those two values to see if they match?
Thanks,
Rob