Hello...
Is it possible to obtain Last Modified By for a document by using the SDK? I need to update some documents but I want to exclude those modified by a certain user. I can find the documents I need but in the VBScript I want to be able to say ...if ThisUser was the last user to modify this document then Skip this one.
If not, is it possible to exclude a user in a search like saying:
...({LF:LastModifiedBy ="Not this User"})
If either one is possible, would you please show me how to implement it?
All help is most appreciated.
Dennis