AddressList.IsReadOnly Property

Definition

Returns a Boolean value (bool in C#) that indicates that the AddressList object cannot be modified. Read-only.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean

Property Value

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.

Applies to