The INetMapiAttachmentCollection interface contains properties and methods used to work with attachments collection of the email message that is sent using the application installed in the operating system as a default mail client.
| Property name | Brief description | |
| The Count property returns the email message attachments number. | ||
| The Item property returns the specified attachment parameters. |
| Method name | Brief description | |
| The Add method adds a new attachment to the email message. | ||
| The Clear method clears all the email message attachments. | ||
| The Contains method checks if the specified attachment is contained in the attachments collection. | ||
| The IndexOf method returns the specified attachment index in the collection. | ||
| The Insert method inserts a new attachment into the specified position of the collection. | ||
| The Remove method removes the specified attachment from the collection. |
See also: