EmailAttachment 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
) 。