Compartir a través de


EnvelopeRecipientCollection.CanAdd Property

When overridden in a derived class, the CanAdd property gets a value that indicates whether recipients can be added to the collection.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CanAdd As Boolean
    Get
'Usage
Dim instance As EnvelopeRecipientCollection
Dim value As Boolean

value = instance.CanAdd
public abstract bool CanAdd { get; }

Property Value

Type: System.Boolean
The CanAdd property returns true ifthis instance of the EnvelopeRecipientCollection class allows the addition new recipients; otherwise, the property returns false.