Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Saqib Razzaq
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
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
Outlook Message (.msg) File Viewer
We have added a new demo and an article for parsing and reading outlook message (.msg) files. You can now read outlook msg files using your own code. Microsoft Office Outlook is not required for it. A screenshot of the demo is shown below:
The demo can be downloaded from https://downloads.aspose.com/email. To read the article about how to implement it in your own application, please visit http://www.aspose.com/documentation/utility-components/aspose.network-for-.net/outlook-msg-file-viewer.html. … Continue Reading
Posted in Aspose.Email Product Family
Access SSL Enabled SMTP Server (Gmail) via Aspose.Network for .NET
In this article, we will show you how to access Gmail via SSL. We can access gmail using following protocols:
- SMTP
- IMAP
- POP3
SMTP
In this section we will show you how to perform various tasks on Gmail server using SMTP protocol on SSL.
Connect to Gmail SMTP server
The following example shows you how you can connect to SSL enabled SMTP server. We will set the following properties for SSL support:
First, create a new SmtpClient object as follows:… Continue Reading
Posted in Aspose.Email Product Family