System.Net.Mail.AttachmentCollection Members

The members of System.Net.Mail.AttachmentCollection are listed below.

See Also: Inherited members from System.Collections.ObjectModel.Collection<System.Net.Mail.Attachment>

Public Methods

Dispose()

Releases all resources used by the System.Net.Mail.AttachmentCollection.

Protected Methods

override
ClearItems()
Documentation for this section has not yet been entered.
override
InsertItem(int, Attachment)

Inserts a System.Net.Mail.Attachment object into this collection, at the specified index location.

override
RemoveItem(int)
Documentation for this section has not yet been entered.
override
SetItem(int, Attachment)

Replaces the System.Net.Mail.Attachment element at the specified location in the collection with the new System.Net.Mail.Attachment object.