J
John1170
I have 600+ emails that have lost the Sender information in a folder that
contains a copy of my historical sent items
I have found i can copy the PR_SENT_REPRESENTING_NAME field from one email
to another with Outlookspy
but how can i copy that property from one to 600+ messages? without
individually copying them one mail at a time
Outlook Spy:
Copying properties from one object to another. I have two objects with
different sets of properties and I want to copy one or more property from one
object to another.
You can simply select any number of properties on one object (be that
IMessage, IMAPIFolder or any other Extended MAPI object derived from
IMAPIProp) and drop them on the GetProps tab of any another IMAPIProp
descendant. OutlookSpy will call IMAPIProp::CopyProps() on the first object
and then save the second object.
contains a copy of my historical sent items
I have found i can copy the PR_SENT_REPRESENTING_NAME field from one email
to another with Outlookspy
but how can i copy that property from one to 600+ messages? without
individually copying them one mail at a time
Outlook Spy:
Copying properties from one object to another. I have two objects with
different sets of properties and I want to copy one or more property from one
object to another.
You can simply select any number of properties on one object (be that
IMessage, IMAPIFolder or any other Extended MAPI object derived from
IMAPIProp) and drop them on the GetProps tab of any another IMAPIProp
descendant. OutlookSpy will call IMAPIProp::CopyProps() on the first object
and then save the second object.