Gets the list of all alternative elements. You can use AddAlternative(MimeBase) or AddAppointment(Appointment) methods to add attachment to this collection.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<MimeBase> Alternatives { get; private set; }
Visual Basic
Public Property Alternatives As List(Of MimeBase)
	Get
	Private Set
Visual C++
public:
property List<MimeBase^>^ Alternatives {
	List<MimeBase^>^ get ();
	private: void set (List<MimeBase^>^ value);
}

See Also