共用方式為


EmailAttachment 建構函式

定義

多載

EmailAttachment(String)

從檔名 Email 附件。

EmailAttachment(FileBase)

從現有檔案 Email 附件。

EmailAttachment(String, String)

明確內容類型 (MIME類型) 檔案。

EmailAttachment(String)

從檔名 Email 附件。

public EmailAttachment (string fullPath);

參數

fullPath
System.String

檔案的完整路徑和檔名。

適用於

EmailAttachment(FileBase)

從現有檔案 Email 附件。

public EmailAttachment (Xamarin.Essentials.FileBase file);

參數

file
FileBase

現有的檔案。

適用於

EmailAttachment(String, String)

明確內容類型 (MIME類型) 檔案。

public EmailAttachment (string fullPath, string contentType);

參數

fullPath
System.String

檔案的完整路徑和檔名。

contentType
System.String

檔類型 (MIME 類型) 檔案 (,例如: image/png) 。

適用於