CopyToMailbox Method

Copies the messages specified by MessageSet to the mailbox specified by Mailbox .

Syntax

public void CopyToMailbox();
Public Sub CopyToMailbox()

Remarks

This method copies the messages specified by the MessageSet property to the mailbox specified by the Mailbox property.

.NET Standard Notes

To call this method in an asynchronous manner call CopyToMailboxAsync instead. When the method completes (or an error is encountered) the CopyToMailboxCompleted event will fire.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 7718]