P
Peter Marchert
Hello,
with this code
With objItem
strSubject = Trim(.Subject)
strEntryID = .EntryID
strStoreID = .Parent.StoreID
End With
Set objRDOItem = m_objRDOSession.GetMessageFromID(strEntryID,
strStoreID)
With objRDOItem
.ConversationTopic = strSubject
.Save
End With
I change the conversationtopic of an file (not an email) in an email
folder (in the example it is a pdf file).
This works fine and the changes are displayed in the Outlook explorer
but they didn`t apply imeaditly to the file. So the code will change
the file each time he runs. After a restart of Outlook the changes are
ok.
I think something is wrong with my code or this informations are
cached anywhere?
PS: objItem and objRDOItem are declared as Object
Thanks for any help and suggestions!
Peter
with this code
With objItem
strSubject = Trim(.Subject)
strEntryID = .EntryID
strStoreID = .Parent.StoreID
End With
Set objRDOItem = m_objRDOSession.GetMessageFromID(strEntryID,
strStoreID)
With objRDOItem
.ConversationTopic = strSubject
.Save
End With
I change the conversationtopic of an file (not an email) in an email
folder (in the example it is a pdf file).
This works fine and the changes are displayed in the Outlook explorer
but they didn`t apply imeaditly to the file. So the code will change
the file each time he runs. After a restart of Outlook the changes are
ok.
I think something is wrong with my code or this informations are
cached anywhere?
PS: objItem and objRDOItem are declared as Object
Thanks for any help and suggestions!
Peter