Net > Net Assembly Interfaces > INetAttachmentCollection
The INetAttachmentCollection interface contains properties and methods of the email message attachments collection.
Property name | Brief description | |
![]() |
The Item property returns the attachment. |
Property name | Brief description | |
![]() |
The Count property returns the number of elements in the collection. |
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 RemoveAt method removes collection element by its index. |
See also: