| 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.23341.1754
Syntax public List<MimeBase> Visuals { get; }
Public ReadOnly Property Visuals As List(Of MimeBase)
Get
public:
property List<MimeBase^>^ Visuals {
List<MimeBase^>^ get ();
}
member Visuals : List<MimeBase> with get
Property Value
Type:
ListMimeBaseSee Also