Deletes message specified by the uids. Issues EXPUNGE command after.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public void DeleteMessageByUID( List<long> uids ) |
| Visual Basic |
|---|
Public Sub DeleteMessageByUID ( _ uids As List(Of Long) _ ) |
| Visual C++ |
|---|
public: void DeleteMessageByUID( List<long long>^ uids ) |
Parameters
- uids
- Type: System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
Unique-id of the messages to flag.