LOTUSSCRIPT/COM/OLE CLASSES


Examples: Encrypt method
1. This script encrypts the Body item in a document. Other items may also be encrypted if their IsEncrypted property is True. If encryption keys have already been specified for the document, they are used to encrypt the item; otherwise, the current user's public key is used.
2. This script encrypts every item in a document. If encryption keys have already been specified for the document, they are used to encrypt the item; otherwise, the current user's public key is used.
3. This script encrypts the Subject and Body items in a document using the Top Secret encryption key.
See Also