MailBee.NET Objects 4.0

MailBeeImapMessageIndexNotFoundException Class

The exception that is thrown when the message with the specified index cannot be downloaded because this index does not correspond to any message in the currently selected folder on the server.

For a list of all members of this type, see MailBeeImapMessageIndexNotFoundException Members.

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.ImapMail.MailBeeImapMessageIndexNotFoundException

public class MailBeeImapMessageIndexNotFoundException : MailBeeEmailProtocolException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If this exception occurs, it indicates that the specified index (ordinal message number or UID) is not valid in the current folder state.

Requirements

Namespace: MailBee.ImapMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeImapMessageIndexNotFoundException Members | MailBee.ImapMail Namespace