Click or drag to resize

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.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IMimeDataReadOnlyCollection Visuals { get; }

Property Value

Type: IMimeDataReadOnlyCollection
See Also