Click or drag to resize

MailBuilderNonVisuals Property

Gets the list of all non visual elements. You can use AddAttachment(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> NonVisuals { get; }

Property Value

ListMimeBase
See Also