INetMapiAttachmentCollection

Description

The INetMapiAttachmentCollection interface contains properties and methods that are 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.

Properties

  Property name Brief description
The Count property returns the number of email message attachments.
The Item property returns the specified attachment parameters.

Methods

  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:

Net Assembly Interfaces