INetAttachmentCollection

Description

The INetAttachmentCollection interface contains properties and methods of the email message attachments collection.

Properties

  Property name Brief description
The Item property returns the attachment.

Properties inherited from INetCollection

  Property name Brief description
The Count property returns the number of elements in the collection.

Methods

  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.

Methods inherited from INetCollection

  Method name Brief description
The Clear method removes all collection elements.
The RemoveAt method removes collection element by its index.

See also:

Net Assembly Interfaces