J
Jeff Moore
Sue Mosher has helped me identify conflicted contact items in VBA code (Thanks Sue!).
***
dim oContact as Objec
dim oContacts as Item
dim oFolder as MAPIFolde
...
set oContacts = oFolder.Item
for each oContact in oContact
if oContact.IsConflict The
' *** Here is where we know we have a conflicted ite
**
I'm now trying to find a way to *resolve* conflicts through code as well. I'm not picky as to which version to retain (first or last saved is fine), I just need to get the conflicts resolved
Thanks in advance for any help you can give me on this
***
dim oContact as Objec
dim oContacts as Item
dim oFolder as MAPIFolde
...
set oContacts = oFolder.Item
for each oContact in oContact
if oContact.IsConflict The
' *** Here is where we know we have a conflicted ite
**
I'm now trying to find a way to *resolve* conflicts through code as well. I'm not picky as to which version to retain (first or last saved is fine), I just need to get the conflicts resolved
Thanks in advance for any help you can give me on this