| メソッド名(日本語) | メソッド名 | 引数 |
| 全ての添付ファイルのContent-Typeフィールドのパラメータ名を全て取得する | getAllAttachmentContentTypeParameterNames | |
| 全ての添付ファイルのContent-Typeフィールドのパラメータ値を取得する | getAllAttachmentContentTypeParameters |
|
| 全ての添付ファイルのContent-Typeフィールドの値を取得する | getAllAttachmentContentTypes | |
| 全ての添付ファイルの名前を取得する | getAllAttachmentFileNames | |
| 指定した添付ファイルのContentTypeフィールドの値を取得する | getAttachmentContentType |
|
| 指定した添付ファイルのContent-Typeフィールドのパラメータ値を取得する | getAttachmentContentTypeParameter |
|
| 指定した添付ファイルのContent-Typeフィールドのパラメータ名を全て取得する | getAttachmentContentTypeParameterNames |
|
| 指定した添付ファイルの名前を取得する | getAttachmentFileName |
|
| メール本文を取得する | getBodyText | |
| Ccアドレスを取得する | getCcAddress | |
| 差出人アドレスを取得する | getFromAddress | |
| ヘッダの全フィールド名を取得する | getHeaderNames | |
| ヘッダの値を取得する | getHeaderValue |
|
| メール情報を取得する | getMailInformation | |
| メールサイズを取得する | getMailSize | |
| メールUIDLを取得する | getMailUIDL | |
| メッセージIDを取得する | getMessageId | |
| メッセージソースを取得する | getMessageSource | |
| 添付ファイルの個数を取得する | getNumberOfAttachmentFiles | |
| Reply-Toアドレスを取得する | getReplyToAddress | |
| 送信日時を取得する | getSentDate | |
| 件名を取得する | getSubject | |
| 宛先アドレスを取得する | getToAddress | |
| 全ての添付ファイルを保存する | saveAllAttachmentFiles |
|
| 指定した添付ファイルを保存する | saveAttachmentFile |
|
| メッセージソースを保存する | saveMessageSource |
|
| メール情報オブジェクトを設定する | setMailInformation |
|
| メール情報オブジェクトを設定する(イベント発生なし) | setMailInformationQuiet |
|