EnvelopeRecipientCollection.Clear method
When overridden in a derived class, the Clear method removes all items from the collection.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Sub Clear
'Usage
Dim instance As EnvelopeRecipientCollection
instance.Clear()
public abstract void Clear()
See also
Reference
EnvelopeRecipientCollection class