DontSendLocalSecurityUpdates (NotesReplication - JavaScript)

Read-write. Indicates whether local security (encryption) updates are sent.

Defined in

NotesReplication

Syntax

getDontSendLocalSecurityUpdates() : boolean

setDontSendLocalSecurityUpdates(flag:boolean) : void

Legal value Description
true to not send local security updates
false to send local security updates

Usage

After setting this property, you must call Save for the changes to take effect. If you do not call save, your changes are lost.