Represents a single alternate form of an e-mail message body.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
[SerializableAttribute]
public class AlternateView : AttachmentBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AlternateView _
	Inherits AttachmentBase
Visual C++
[SerializableAttribute]
public ref class AlternateView : public AttachmentBase

Inheritance Hierarchy

System..::.Object
  Rebex.Mail..::.AttachmentBase
    Rebex.Mail..::.AlternateView

See Also