| 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; }
ReadOnly Property Visuals As IMimeDataReadOnlyCollection
Get
property IMimeDataReadOnlyCollection^ Visuals {
IMimeDataReadOnlyCollection^ get ();
}
abstract Visuals : IMimeDataReadOnlyCollection with get
Property Value
Type:
IMimeDataReadOnlyCollectionSee Also