System.Net.Mail.AlternateViewCollection: Method Members

The methods of System.Net.Mail.AlternateViewCollection are listed below. For a list of all members, see the AlternateViewCollection Members list.

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

Public Methods

Dispose()

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

Protected Methods

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

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

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

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