Add

EmailAttachmentCollection.Add method

に添付ファイルを追加しますEmailContent.

public void Add(byte[] fileContent, string name)
パラメータ タイプ 説明
fileContent Byte[] 添付するファイルの内容。
name String ファイルの名前。

関連項目