Moves the specified messages to the specified destination folder (mailbox).
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public List<long> Move( List<long> messageNumbers, FolderInfo destinationFolder ) |
| Visual Basic |
|---|
Public Function Move ( _ messageNumbers As List(Of Long), _ destinationFolder As FolderInfo _ ) As List(Of Long) |
| Visual C++ |
|---|
public: List<long long>^ Move( List<long long>^ messageNumbers, FolderInfo^ destinationFolder ) |
Parameters
- messageNumbers
- Type: System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
1 based message numbers.
- destinationFolder
- Type: Limilabs.Client.IMAP..::..FolderInfo
Destination folder (mailbox).