AddressList.IsReadOnly Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As AddressList
Dim value As Boolean

value = instance.IsReadOnly
[DispIdAttribute()]
bool IsReadOnly { get; }

Property Value

Type: System.Boolean

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

Reference

AddressList Interface

AddressList Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Display the Address Lists for a Profile