Click or drag to resize

MailBuilderAlternatives Property

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

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<MimeBase> Alternatives { get; }

Property Value

ListMimeBase
See Also