Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Email Product Family
iCalendar support added in Aspose.Network for Java
We are pleased to announce the release of a new version of Aspose.Network for Java 2.3. In this version, we added the iCalendar component. iCalendar is already part of Aspose.Network for .NET, now you can generate dates according to the specified recurrence pattern in Java.
Below is an example to generate dates based on a recurrence pattern:
String pattern = “DTSTART:19970902T090000\n” +
“RRULE:FREQ=WEEKLY;UNTIL=19971007T000000Z;WKST=SU;BYDAY=SU,MO”;
RecurrencePattern recPattern = new RecurrencePattern(pattern);
// Get all the dates generated by this rule
DateCollection dateColl = … Continue Reading
Posted in Aspose.Email Product Family Tagged ICS, appointment, iCalendar, java, product release, recurrence pattern
Vote in the DevProConnections Community Choice Awards
Texas, USA – August 12, 2011 – DevProConnections collects together independent information about how to build Microsoft applications to give Microsoft developer independent advise and insight. The network focuses on practical solutions based on real-life implementations. DevProConnections covers many aspects of Microsoft development: Visual Studio, .NET Framework, Azure, Windows, Windows Server, through Office, SharePoint, SQL Server, Mobile and more.
DevproConnections runs annual community choice awards in which users nominate and then vote on their favourite companies and products. Aspose has … Continue Reading
Access Outlook Journal Entries from PST File
We have recently released a new version of Aspose.Network for .NET 6.7. In this version, we added support for reading Journal items from Outlook PST file. A client for Time Protocol (RFC 868) is also introduced in this version. We also included bug fixes to some issues.
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 Tagged .NET, Outlook, PDT, product release
Open Another User’s Mailbox on Exchange Server using C#
We are happy to announce the release of a new version of Aspose.Network for .NET v6.6. In this version we added some new features to Exchange mailbox manipulation. You can now access another user’s mailbox on Exchange Server and also create new public folders. SmtpClient class now has the ability to read the authentication information from a config file. It consists of other new features and bug fixes as well.
For release notes and downloads, please visit https://products.aspose.com/email/net.… Continue Reading
Posted in Aspose.Email Product Family, Saqib Razzaq Tagged .NET, access mailbox, config file, exchange, inbox, product release, public folder, smtp
New Features Available for Managing Exchange Server 2010
We have recently released a new version of Aspose.Network for .NET 6.4. In this version, we added support for new features available via Exchange Web Services like manage inbox rules, user configuration, conversation items and get mail tips. All these features require MS Exchange Server 2010 SP1.
We also provided some other new features and bug fixes in this release. For download and release notes, please click here.… Continue Reading
Posted in Aspose.Email Product Family Tagged .NET, EWS, excahnge web services, exchange, product release
Transfer and Synchronize Files in SharePoint Document Library with Dropbox
We have recently released a new version of Aspose.Network for SharePoint 1.3. This version comes with support for transferring and synchronizing files in the SharePoint 2010 Document Library with Dropbox file sharing services. You can easily select any file(s) from the SharePoint Document Library and send them to Dropbox. And if you prefer automatic synchronization of files from SharePoint to Dropbox and vice versa, you can use the synchronization feature. For release notes and download, 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
Mozilla Thunderbird Mail Storage Support added in Aspose.Network for .NET 6.3
We have recently released Aspose.Network for .NET v6.3. In this version, we added support for reading and writing email messages to Mozilla Thunderbird’s mail storage file. You can add/import new message(s) to the mail storage. Exporting emails from Thunderbird’s mail storage to EML or MSG format is also added to this version. We also added vCard and ICS file formats support in this release. With v6.3, it is now possible to export contacts from MS Outlook PST file to vCard… Continue Reading
Posted in Aspose.Email Product Family