 | MailBuilderVisuals Property |
Gets the list of all visual elements. You can use
AddVisual(Byte) method to add attachment to this collection.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListMimeBase
See Also