aspNetEmail

EmbedImageOption Enumeration

Option for the technique used to embed images via a URL

public enum EmbedImageOption

Members

Member NameDescription
None Do not embed images.
ContentLocation Embed images using the Content-Location header.
ContentId Embed images using the Content-ID header.
ConvertToAbsoluteUrl Converts any relatively linked images to absolute urls. This option does not embed any images.

Requirements

Namespace: aspNetEmail

Assembly: aspNetEmail (in aspNetEmail.dll)

See Also

aspNetEmail Namespace