Update Method

See Also         Example         Applies To

The Update method posts a change to the AddressEntry object in the messaging system.

New entries or changes to existing entries are not persisted in the collection until the Update method has been called with its makePermanent parameter set to True.

To flush the cache and then reload the values from the address book, call Update with the makePermanent parameter set to False and the refreshObject parameter set to True.

Syntax

objAddressEntry.Update([makePermanent], [refreshObject])

objAddressEntry   Required. The AddressEntry object.

makePermanent   Optional. Boolean. A value of True indicates that the property cache is flushed and all changes are committed in the underlying address book. A value of False indicates that the property cache is flushed but not committed to persistent storage. The default value is True.

refreshObject   Optional. Boolean. A value of True indicates that the property cache is reloaded from the values in the underlying address book. A value of False indicates that the property cache is not reloaded. The default value is False.