MediaTypeNames.Image 类

定义

指定电子邮件附件中的图像数据类型。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
继承
MediaTypeNames.Image

字段

Gif

指定 MediaTypeNames.Image 数据为图形交换格式 (GIF)。Specifies that the MediaTypeNames.Image data is in Graphics Interchange Format (GIF).

Jpeg

指定 MediaTypeNames.Image 数据为联合专家组 (JPEG) 格式。Specifies that the MediaTypeNames.Image data is in Joint Photographic Experts Group (JPEG) format.

Tiff

指定 MediaTypeNames.Image 数据为标记图像文件格式 (TIFF)。Specifies that the MediaTypeNames.Image data is in Tagged Image File Format (TIFF).

适用于