Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Email Product Family
Get Filtered Messages from POP3, IMAP and Exchange Server Mailbox
We have recently released a new version of Aspose.Network for .NET 6.2. We added support to get filtered messages from POP3, IMAP and Exchange Server mailboxes based on date, subject, sender, recipients and other criteria. We also fixed some bugs which were reported on forums by our customers. For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx.… Continue Reading
Posted in Aspose.Email Product Family
OST File Format Support Added in Aspose.Network for .NET 6.1
We are happy to announce the release of a new version of Aspose.Network for .NET v6.1. This version now supports reading OST files. OST files are used by Microsoft Outlook connected to an Exchange Server to store the emails, contacts and calendars locally. We also added some new features related to Exchange/FTP Servers and fixed some bugs.
For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx.
… Continue Reading Posted in Aspose.Email Product Family
Exchange Web Services support added in Aspose.Network for SharePoint v1.1
We are pleased to announce the release of Aspose.Network for SharePoint v1.1. The Email Synchronization component now supports Exchange Web Services (EWS). EWS was introduced in Microsoft Exchange Server 2007 and provides better connectivity than WebDAV.
For download and release notes, please visit http://www.aspose.com/community/files/73/sharepoint-components/aspose.network-for-sharepoint/default.aspx.
… Continue Reading Posted in Aspose.Email Product Family
Convert Email Message Formats and Synchronize Files within Microsoft SharePoint’s Document Library
We are pleased to announce the new family member of our SharePoint products, Aspose.Network for SharePoint. It provides email message file format conversion and files/emails synchronization within Microsoft SharePoint’s document library. Aspose.Network for SharePoint consists of three sub-products.
Email Conversion
Provides email message file format conversion (EML to MSG and vice versa) within the SharePoint’s Document Library. Extraction of attachments from email is also supported.
Files Synchronization with FTP Server
Provides file synchronization features between SharePoint’s Document Library
… Continue Reading Posted in Aspose.Email Product Family
SFTP protocol support added in Aspose.Network for .NET 6.0
We are pleased to announce the release of Aspose.Network for .NET 6.0, which now supports SFTP protocol for communication with secure FTP servers. SFTP uses SSH file transfer protocol usually on port 22.
It also includes fixes for some bugs, which were reported in forums by our customers.
For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx.
… Continue Reading Posted in Aspose.Email Product Family
Twitter Client Application Development with Aspose.Network for .NET
We have recently released a new version of Aspose.Network for .NET v5.9. In this version, we have included the API for interacting with Twitter. Now, you can use Twitter in your applications using Aspose.Network for .NET.
Here are some articles that will get you started on using the Twitter client.
- General Information about Twitter Client
- Authorizing the Application with Twitter
- Update Status Information on Twitter
More articles on twitter client will be added soon.
We also added some new properties
… Continue Reading Posted in Aspose.Email Product Family
Access Notes Information from MS Outlook PST Files with Aspose.Network for .NET
We are pleased to announce the release of a new version of Aspose.Network for .NET v5.8. API for accessing Notes information from Outlook PST has been added in this version. You can get the list of notes in a collection and get subject, body, creation date, color etc of each individual note.
… Continue Reading
Sample code to get all notes from PST:
// load the Outlook PST file
string strBaseFolder = @”C:\Emails\”;
string strPSTFile = @”PersonalFolders.pst”;
PersonalStorage pst = PersonalStorage.FromFile(strBaseFolder + strPSTFile);
string strBaseFolder = @”C:\Emails\”;
string strPSTFile = @”PersonalFolders.pst”;
PersonalStorage pst = PersonalStorage.FromFile(strBaseFolder + strPSTFile);
Posted in Aspose.Email Product Family
Access MS Exchange Server Public Folders using Aspose.Network for .NET
We are pleased to announce the release of a new version of Aspose.Network for .NET v5.7. We added support for reading Public Folders from Microsoft Exchange Server and downloading messages from folders/sub-folders. Below is the simple C# code for getting the list of all public folders: // Connect to Exchange Server.
NetworkCredential credential = new NetworkCredential(username, password, domain);
ExchangeWebServiceClient client = new ExchangeWebServiceClient(mailboxURI, credential);
// Get list of public folders
ExchangeFolderInfoCollection folders = client.ListPublicFolders();
// Display folder name and sub-folder
… Continue Reading Posted in Aspose.Email Product Family
MSG and PST Feature Improvements in Aspose.Network for .NET
We recently released a new version of Aspose.Network for .NET v5.6. Several MSG and PST related features were improved in this version, including addition of EntryID property for messages and folders in PST file, some bug fixes while extracting messages from PST, handling non-English characters in EML to MSG conversion etc.
Please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/entry256187.aspx for release notes and download.
… Continue Reading Posted in Aspose.Email Product Family