The INetAttachmentCollection interface contains properties and methods of the email message attachments collection.
| Property name | Brief description | |
| The Item property returns the attachment. |
| Method name | Brief description | |
| The Add method adds an attachment to the collection. | ||
| The Contains method checks if the attachment is in the collection. | ||
| The IndexOf method returns attachment index. | ||
| The Insert method inserts the attachment before the specified position. | ||
| The Remove method removes the attachment from the collection. |
| Method name | Brief description | |
| The Clear method removes all collection elements. | ||
| The Count method returns the number of collection elements. | ||
| The RemoveAt method removes collection element by its index. |
See also: