- Home
- 製 品
- 購 入
Order Online Ordering Info Resellers - ダウンロード
- サポート
サポート依頼(英語) ライブチャット(英語) ナレッジベース(英語) Webフォーラム(英語) オンラインドキュメント(英語) FAQ(英語) チュートリアル(英語) - サービス
インストール データ移行 インテグレーション 製品カスタマイズ カスタムソフト開発 - Community Editions
- お問い合せ
バージョン: 6.0
最終更新日: 8 Jul 2010
Clients Say:
-
“By the way I love your software. Great work thank you.”
Dennis Drogemuller
Clients
Development Services
Engage our developers when you require services above and beyond product support, such as:Basic
- Can send any MailMessage object as e-mail
- Can send bulk mail and do mail merge over database
- Can send to relay SMTP server or perform DNS MX lookup and send without relay server
- Can send through a proxy server
- Can sign messages with DomainKeys/DKIM signature
- Download entire messages
- Download headers only
- UNIQUE Download messages/headers in PIPELINING mode - can boost performance up to 1000%
- UNIQUE Download messages with a single line of code (QuickDownloadMessage)
- Download entire messages, headers only, envelopes, or anything else which can be returned by IMAP's FETCH command
- Download and manage folders (international folder names fully supported)
- Download messages through a proxy server
- Get already downloaded messages/envelopes if the entire operation failed in the middle
- Conversion between Outlook .MSG files/streams and .EML files/streams
- Parsing Outlook .MSG into MailMessage object and writing .MSG files
- Reading Outlook .PST files and streams, accessing messages, contacts, appointments and other items, converting them into MailMessage objects
PstReader Object reference...
- A method to return spam score of an e-mail
- A method to train the spam database using samples of proven spam and non-spam e-mails
- Methods to save/load spam database into/from files
- Auto-learning ability (training during scoring e-mails)
- Integrated with other components of MailBee.NET Objects suite
- Objects for parsing and processing bounced messages
Advanced
MailMessage Object Features
Smime Object Features
Certificate Object Features
CertificateStore Object Features
ClientServerCertificates Object Features
Impersonation Object Features
Powerup Object Features
- Used by Smtp object as outgoing e-mail
- Returned by Pop3 and Imap objects as incoming e-mail
- Multiple recipients (To/CC/BCC)
- Multiple attachments
- Advanced mail merge
- Import and export from/into System.Net.Mail.MailMessage
Smime Object Features
- Encrypt or decrypt e-mails
- Sign e-mails with a digital signature
- Verify signatures of e-mails
Certificate Object Features
- Open certificate from file or memory
- Save certificate to file
- Validate certificate
CertificateStore Object Features
- Open existing or create new certificate store
- Save certificate store to file
- Enumerate and find certificates in a store
- Add or remove certificates in a store
ClientServerCertificates Object Features
- Assign the client certificate for TLS/SSL connections
- Examine and validate server certificate
Impersonation Object Features
- Impersonate another user
Powerup Object Features
- Unlock advanced features of Security component
What's new
Version 6.0
Version 5.9
- New FIPS-compatible licensing algorithm makes no use of MD5. This allows using MailBee.NET Objects in FIPS-restricted environments such as many banking and government structures.
- New Outlook.PstReader class which can read .PST files and streams with PST data, traverse through folders, extract messages, appointments, contacts and other PST items.
- Great memory savings in all major components: e-mail MIME builder and parser, SMTP/POP3/IMAP protocol implementations. Processing large e-mails takes less time and consumes 3-5 times less memory.
- Method MailMessage.Clear can now remove just the raw message body (this lets you use memory more efficiently).
- Pop3.InboxPreloadOptions can now take advantage of Pop3InboxPreloadOptions.List to further optimize memory usage.
- Outlook Message Converter refactored. Now it's in the new namespace Outlook, easier to use and more flexible, provides more methods and properties, fine-tuned in many places.
- New AddJob overloads in Smtp class to allow submitting send mail jobs from .EML files and user-supplied MailMessage objects. Allows for more flexibility and memory savings. This is accompanied by a new Filename property in MailMessage class which allows you to link filenames submitted to MailBee during creating send mail jobs and MailMessage objects created and loaded by MailBee from that files during sending this mail jobs.
- Exchange 2010 SMTP workaround to avoid timeouts (Exchange 2010 can delay its responses for more than 30 seconds which is more than default 20 seconds timeout in MailBee).
- Miscellaneous improvements to importing HTML files with embedded pictures, parsing MIME, .Outlook .MSG and MS-TNEF (winmail.dat) files.
- MailBee exceptions now bear [Serializable] attribute (useful for error tracking when all exceptions which occur in an application are recorded for further analysis).
- BounceMail supports a number of new bounced e-mail formats.
- BounceMail now recognizes MDNs (Message Disposition Notifications). MDNs are similar to DSNs with only difference they are created by mail clients rather than by mail servers (for instance, receipt of an e-mail containing an MDN may indicate that the recipient has actually opened the e-mail in the mail reader program).
Version 5.9
- Imap component now allows you to make use of namespaces (see Imap.GetNamespaces method).
- MailBee.NET.dll is now compatible with .NET Framework 3.5/4.0 Client Profile (no references to System.Web).
- New overload of DomainKeys class to enable using this class in ASP.NET web applications.
- Improved HTML and URL processing in MailBee.NET.CF.dll (.NET Compact Framework version).
- Outlook Message Converter can now produce editable (Draft) messages in both Unicode and ANSI modes.
- Outlook Message Converter now supports custom (supplied by the application) HTML-to-RTF generation mechanisms.
- see Version History for details