 | IMailVisuals Property |
Gets the list of all visual elements (
ContentDisposition.Value equal to
Inline) in this email message.
E.g. Images embedded inside HTML email.
You can use Visuals[string cid] to find the picture embedded in the HTML body using its content id ('Content-ID' header).
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIMimeDataReadOnlyCollection Visuals { get; }ReadOnly Property Visuals As IMimeDataReadOnlyCollection
Get
property IMimeDataReadOnlyCollection^ Visuals {
IMimeDataReadOnlyCollection^ get ();
}abstract Visuals : IMimeDataReadOnlyCollection with get
Property Value
IMimeDataReadOnlyCollection
See Also