Category Archive: Aspose.Email Product Family

Official blog of Aspose.Network for .NET with news of newly supported features, hot fixes, technical articles, tips and videos.

Documentation Updates: Using Exchange Web Services to manage items on Microsoft Exchange Server

We introduced a new class ExchangeWebServiceClient in Aspose.Network for .NET v4.8. This class is included in Aspose.Network.Exchange namespace and uses Exchange Web Services internally to connect and manage emails on Microsoft Exchange Server. Since, Exchange Web Services were introduced in Microsoft Exchange Server 2007, this class would work with Exchange 2007 and later versions.

For documentation, please visit http://www.aspose.com/documentation/file-format-components/aspose.network-for-.net/managing-emails-on-exchange-server.html. Latest trial version of Aspose.Network for .NET can be download from http://www.aspose.com/community/files/51/file-format-components/aspose.network-for-.net/category1102.aspx.
Continue Reading
Posted in Aspose.Email Product Family |

Use Exchange Web Services to Manage Emails on Microsoft Exchange Server

We have recently released a new version of Aspose.Network for .NET. In this release (Aspose.Network for .NET 4.8.0.0), we added support for Exchange Web Services to connect to Microsoft Exchange Server and manage emails. You can get the mailbox information, send and receive email messages, list messages from Inbox, delete or fetch messages from Inbox or other folders. For utilizing Exchange Web Services, we added a new class ExchangeWebServiceClient. Below is the C# sample code for getting mailbox information and … Continue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET v4.7.0.0

We have just released Aspose.Network for .NET v 4.7.

Aspose.Network now have improved support for connectivity and managing emails on Microsoft Exchange Server. ImapClient and Pop3Client class’ compliance has also been improved on the Exchange Server. This release also contains optimized dlls for x64 platform and some bug fixes.

Download Link: http://www.aspose.com/community/files/51/file-format-components/aspose.network-for-.net/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

Aspose.Network v4.5.0.0 Released

Aspose.Network v4.5.0.0 has been released.

In this release, we improved the performance for iCal file parsing /writing. Many bug fixes were also included.

Please check the download page for the details:

http://www.aspose.com/community/files/51/file-format-components/aspose.network/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

How to cancel Meeting Request

You can easily send meeting requests to one or more attendees using Aspose.Network. The latest version now comes with the cancel meeting request feature. Please check out the details at http://www.aspose.com/documentation/file-format-components/aspose.network-for-.net/cancel-meeting-requests-with-calendar.html. The latest version of Aspose.Network is available from http://www.aspose.com/community/files/51/file-format-components/aspose.network/category1102.aspx.… Continue Reading
Posted in Aspose.Email Product Family |

Aspose.Network for .NET v4.4.0.0 Released

We just released Aspose.Network for .NET v4.4.0.0.

Many new features and enhancements are included in this new version, like sending appointments in email messages. Now you can send an appointment request in email, update the appointment or cancel the appointment. Here is the sample code:

Request Apoinment

           MailMessage msg = new MailMessage();
            msg.From = “organizer@aspose.com“;
           
            //attendees for the event
            MailAddressCollection attendees = new MailAddressCollection();
            attendees.Add(new MailAddress(“attendee1@aspose.com“));
            attendees.Add(new MailAddress(“attendee2@aspose.com“));… Continue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET v4.3.0.0 Released

We have just released Aspose.Network for .NET v4.3.0.0.

Outlook Message Files (*.msg) reading and writing features has been improved by introducing more new fuctions, like SetMessageFlags and SetStringPropertyValue.

As long as Outlook featuers, Aspose.iCalendar is also integrated into Aspose.Network.

Please check the release note and download the latest bits here:

http://www.aspose.com/community/files/54/utility-components/aspose.network/default.aspxContinue Reading

Posted in Aspose.Email Product Family |

Gladstone Supported extremely complex recurrence patterns using Aspose.Email for .NET

About Gladstone

Gladstone, based in the UK, is a market-leading supplier of comprehensive leisure management solutions covering all aspects of membership management and health club fitness facility administration.

Orbit Professional™, was the first of a new line of products from Gladstone. An intelligent and integrated membership management solution for private independent health clubs. The product supported prospecting, member signup, communication, bookings, point of sale, administration, payment collection, and reporting.

Requirements Scenario

A critical aspect of health club membership management … Continue Reading

Posted in Aspose.Business, Aspose.Email Product Family, Case Studies |

Aspose.Network v4.2.0.0 Supports Outlook Message Files Reading/Writing

We are proud to announce the new release of Aspose.Network v4.2.0.0. The long-awaited features for Outlook Message Files (*.msg) Writing have been completed and included in this release. Microsoft Outlook 2003, 2007, and 2008 are supported well.

Another exciting feature in this release is that the Email Message Files (*.eml) is able to convert to Outlook Message Files (*.msg).

You can now easily do the file format conversion in 1 line of code:

MapiMessage.FromMailMessage(“sample.eml”).Save(“sample.msg”);

For detail documentation of writing outlook message (msg) files, … Continue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET v4.1.0.0 Released

Aspose.Network for .NET v4.1.0.0 has been released. We provided more iCalendar feature in this release.

Please check out the downlaod link:

http://www.aspose.com/community/files/54/utility-components/aspose.network/default.aspxContinue Reading

Posted in Aspose.Email Product Family |