MediaTypeNames.Image Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of image data in an email message attachment.
public: ref class MediaTypeNames::Image abstract sealed
public static class MediaTypeNames.Image
type MediaTypeNames.Image = class
Public Class MediaTypeNames.Image
- Inheritance
-
MediaTypeNames.Image
Fields
Avif |
Specifies that the MediaTypeNames.Image data is in AVIF format. |
Bmp |
Specifies that the MediaTypeNames.Image data is in BMP format. |
Gif |
Specifies that the MediaTypeNames.Image data is in Graphics Interchange Format (GIF). |
Icon |
Specifies that the MediaTypeNames.Image data is in ICO format. |
Jpeg |
Specifies that the MediaTypeNames.Image data is in Joint Photographic Experts Group (JPEG) format. |
Png |
Specifies that the MediaTypeNames.Image data is in PNG format. |
Svg |
Specifies that the MediaTypeNames.Image data is in SVG format. |
Tiff |
Specifies that the MediaTypeNames.Image data is in Tagged Image File Format (TIFF). |
Webp |
Specifies that the MediaTypeNames.Image data is in WebP format. |