System
2.0.0.0
4.0.0.0
System.Collections.ObjectModel.Collection<System.Net.Mail.AlternateView>
System.Net.Mail.AlternateView
System.IDisposable
Use the class to specify copies of an e-mail message in different formats. For example, if you send a message in HTML, you might also want provide a plain text version in case some of the recipients use e-mail readers that cannot display HTML content.
Represents a collection of objects.
Method
2.0.0.0
4.0.0.0
System.Void
To be added.
To be added.
Method
2.0.0.0
4.0.0.0
System.Void
This method invokes on all views in this collection. This method is called by the method. You do not need to call it in your application.
Releases all resources used by the .
Method
2.0.0.0
4.0.0.0
System.Void
To be added.
Inserts a object into this collection, at the specified index location.
The specified location at which to insert the object.
The object to be inserted.
Method
2.0.0.0
4.0.0.0
System.Void
To be added.
To be added.
To be added.
Method
2.0.0.0
4.0.0.0
System.Void
To be added.
Replaces the element at the specified location in the collection with the new object.
The index of the element in this collection to be replaced.
The object to replace the specified element in the collection.