EmailAttachment 类

定义

表示电子邮件文件附件。

public ref class EmailAttachment : Microsoft::Maui::Storage::FileBase
public class EmailAttachment : Microsoft.Maui.Storage.FileBase
type EmailAttachment = class
    inherit FileBase
Public Class EmailAttachment
Inherits FileBase
继承
EmailAttachment

构造函数

EmailAttachment(FileBase)

基于FileBase对象初始化类的新实例EmailAttachment

EmailAttachment(String, String)

根据提供的路径中指定的文件以及提供显式 MIME 文件类型初始化类的新实例 EmailAttachment

EmailAttachment(String)

根据所提供的路径中指定的文件初始化类的新实例 EmailAttachment

属性

ContentType

获取或设置文件的内容类型作为 MIME 类型(例如: image/png) 。

(继承自 FileBase)
FileName

获取或设置此文件的文件名。

(继承自 FileBase)
FullPath

获取完整路径和文件名。

(继承自 FileBase)

方法

OpenReadAsync()

Stream打开文件系统上的相应文件。

(继承自 FileBase)

适用于