次の方法で共有


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

Concepts

AddressList Object Members

AddressList Object