Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.67 KB

Outlook.AddressEntry.Update.md

File metadata and controls

47 lines (27 loc) · 1.67 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AddressEntry.Update method (Outlook)
vbaol11.chm2053
vbaol11.chm2053
Outlook.AddressEntry.Update
099d83cf-01ff-21f8-aabb-ccfd497bab24
06/08/2017
medium

AddressEntry.Update method (Outlook)

Posts a change to the AddressEntry object in the messaging system.

Syntax

expression.Update (MakePermanent, Refresh)

expression An expression that returns a AddressEntry object.

Parameters

Name Required/Optional Data type Description
MakePermanent Optional Variant 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.
Refresh Optional Variant 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.

Remarks

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 Refresh parameter set to True.

See also

AddressEntry Object

[!includeSupport and feedback]