System.Net.Mail.AlternateViewCollection Class

Represents a collection of System.Net.Mail.AlternateView objects.

See Also: AlternateViewCollection Members

Syntax

public sealed class AlternateViewCollection : System.Collections.ObjectModel.Collection<AlternateView>, IDisposable

Remarks

Use the System.Net.Mail.AlternateView 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.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0