AttachmentCollection.Clear method
The Clear method removes all elements from the collection.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As AttachmentCollection
instance.Clear()
public void Clear()