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
public abstract bool CanAdd { get; }
public:
virtual property bool CanAdd {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CanAdd ()
public abstract function get CanAdd () : boolean

Property Value

The CanAdd property returns true if**this instance of the EnvelopeRecipientCollection class allows the addition new recipients; otherwise, the property returns false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003