How to Copy Message from One Mailbox Folder to Another in .NET Apps


/ Published in: C#
Save to your folder(s)

This technical tip explains how .NET developers can Copy Message from one Mailbox folder to another. Aspose.Email API provides the capability to copy message from one mailbox folder to another. It allows copying a single as well as multiple messages using the CopyMessage and CopyMessages methods. The CopyMessages method provides the capability to copy multiple messages from source folder of a mailbox to the destination mailbox folder. The following code sample illustrates this by copying two messages.

URL: http://www.aspose.com/.net/email-component.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.