| 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.23341.1754
Syntax public 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
Type:
ListMimeBaseSee Also