Marks all messages as not deleted.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Sub UndeleteMessage
C#
public void UndeleteMessage()

Remarks

This only has effect on messages that were not purged yet. Both messages deleted by this session and other sessions are undeleted.

This method represents IMAP STORE command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also