Document encryption via a scheduled Notes Agent

Hi. I have a java agent which encrypts a document prior to sending by setting the following property.

doc.setEncryptOnSend(true)

When I manually execute the agent via my notes client, the encryption works fine…However, if I schedule the agent on a server, the document is not encrypted on sending.

Any help would be appreciated.