Click or drag to resize

MailBuilderVisuals Property

Gets the list of all visual elements. You can use AddVisual(Byte) method to add attachment to this collection.

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

Property Value

ListMimeBase
See Also