AppendMessagesResult Class

Contains result of operation with messages
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ImapAppendMessagesResult

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class AppendMessagesResult

The AppendMessagesResult type exposes the following members.

Constructors
  NameDescription
Public methodAppendMessagesResult
Initializes a new instance of the AppendMessagesResult class
Properties
  NameDescription
Public propertyFailed
Gets mail messages that have been handled with errors
Public propertyNotHandled
Gets mail messages that have not been handled
Public propertySucceeded
Gets mail messages that have been handled successfully
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also