public class AttachedFile
extends java.lang.Object
Constructor and Description |
---|
AttachedFile()
AttachedFileオブジェクトを生成する。
|
AttachedFile(java.lang.String contentType,
java.io.File file)
メール添付ファイルのContent-Typeを指定し、AttachedFileオブジェクトを生成する。
|
Modifier and Type | Method and Description |
---|---|
void |
setContentType(java.lang.String contentType)
メール添付ファイルのContent-Typeを設定する。
|
void |
setFile(java.io.File file)
メール添付ファイルを設定する。
|
@Published public AttachedFile(java.lang.String contentType, java.io.File file)
contentType
- メール添付ファイルのContent-Typefile
- メール添付ファイル@Published public AttachedFile()