 | MailBuilderNonVisuals Property |
Gets the list of all non visual elements. You can use
AddAttachment(Byte) method to add attachment to this collection.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<MimeBase> NonVisuals { get; }Public ReadOnly Property NonVisuals As List(Of MimeBase)
Get
public:
property List<MimeBase^>^ NonVisuals {
List<MimeBase^>^ get ();
}member NonVisuals : List<MimeBase> with get
Property Value
ListMimeBase
See Also