Specifies whether the Address Book can be modified.
Syntax
object.AddressModifiable [ = value ]
The AddressModifiable property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | A boolean expression specifying whether the Address Book can be modified, as described in Settings. |
Settings
The settings for value are:
Setting | Description |
True | The user is allowed to modify their personal address book. |
False | (Default) The user is not allowed to modify their personal address book. |
Data Type
Boolean