AddressList.IsReadOnly property (Outlook)

Returns a Boolean value that indicates that the AddressList object cannot be modified. Read-only.

Syntax

expression. IsReadOnly

expression A variable that represents an AddressList object.

Remarks

The IsReadOnly property refers to adding and deleting the entries in the address book container represented by the AddressList object. The property is True if no entries can be added or deleted. The property is False if the container can be modified, that is, if address entries can be added to and deleted from the container. It refers to the address book entries in the context of the address book container. It does not indicate whether the contents of the individual entries themselves can be modified.

See also

AddressList Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.