Using LotusScript, is there a way to check one specified field for embedded objects as opposed to the entire document?
If (doc.HasEmbedded) Then... obviously searches the entire document. How can I get the agent to only search the one field, "ProjectAttachments"? Assuming there is a way.
If (doc.HasEmbedded) Then... obviously searches the entire document. How can I get the agent to only search the one field, "ProjectAttachments"? Assuming there is a way.