DontSendLocalSecurityUpdates (NotesReplication - LotusScript®)

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

Note: This method is new with Release 6.

Defined in

NotesReplication

Data type

Boolean

Syntax

To get: flag = notesReplication .DontSendLocalSecurityUpdates

To set: notesReplication .DontSendLocalSecurityUpdates = flag

Legal values

  • True to not send local security updates
  • False to send local security updates

Usage

After setting this property, the changes take effect immediately.

Example