基本
- 全てのMailMessageオブジェクトをEメールとして送信
- DBと連動した大量メールの一括送信
- SMTPサーバを経由したメール送信や、DNS情報を参照した直接メール送信
- プロキシサーバ経由での送信
- ドメインキー/DKIMでの署名入りメールの送信
Smtpオブジェクト リファレンス(英語)...
- メッセージ全体をダウンロード
- ヘッダのみのダウンロード
- UNIQUE パイプラインモードを利用したメッセージのダウンロード - パフォーマンスアップに最適/li>
- UNIQUE たった1行のコーディングでのメッセージ受信 - 開発効率アップに最適
Pop3オブジェクト リファレンス(英語)...
- メッセージ全体/ヘッダーのみ/envelopesの取得での IMAPの FETCHコマンド制御
- メッセージフォルダの取得/編集 (多言語でのフォルダ名称も完全サポート)
- プロキシサーバ経由でのメッセージダウンロードが可能
- メッセージ取得途中でエラーが発生しても、全てのメッセージの再取得が可能
Imapオブジェクト リファレンス(英語)...
- Outlook の.MSG形式ファイル/ストリームや、.EML形式ファイル/ストリーム へ対応
- Outlook .MSG形式のMailMessageオブジェクトへの変換や、MailMessageオブジェクトの.MSG形式への変換が可能
MsgConvertオブジェクト リファレンス(英語)...
- メールのスパムスコアを返すためのMethodを実装
- 分類済みのメールからスパム判定を学習するMethodを実装
- スパム判定DBのファイルへの書き出し、ファイルからの読み込みが可能
- 自動学習機能(スパム判定の学習)
- 他のMailBee.NETオブジェクト製品との統合が可能
BayesFilterオブジェクト リファレンス(英語)...
- 配信不達メッセージを分析/処理するObjectsを実装
DeliveryStatusParserオブジェクト リファレンス(英語)...
上級者向け
最新
バージョン 6.9
- Added Developer's Guide for SMTP component (140+ topics)
- Support of vCard format (create, parse, send or display photo, etc)
- New mechanism of auto-detecting DNS servers
- Message-ID now returns its value enclosed in angle brackets "<>"
- EHLO/HELO sends IPv4 address, not From's domain address, and other fixes related to sending e-mail
- New ImportBodyOptions.PreferCharsetFromMetaTag flag
- Misc. fixes to MIME, mail merge, and S/MIME functionality
- Numerous fixes to .PST reader and Outlook .MSG converter
バージョン 6.8
- New Imap.DownloadEnvelopesEx method which can join multiple IMAP commands in a single batch for increased performance
- IMAP and POP3 components now support negative message indexes (e.g. access the last e-mail in the folder with -1 index)
- Can extract RTF message body from MS-TNEF (winmail.dat attachment)
- DKIM/DomainKeys signing and verification made easier and compatible with mail merge
- MailMessage.Parser.FixCrLf property to deal with e-mails not having the correct CrLf sequence at the end of each body line
- XOAUTH and IMAP XLIST fixes (important for Gmail users)
- better and user-controlled handling of shared access to spam and non-spam databases
- added new bounced e-mail formats
- misc. fixes to Outlook .MSG converter and .PST reader
See バージョン履歴(英語) の詳細を参照