PowerTCP Mail for .NET
PopEventArgs Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : PopEventArgs Class




This class is passed into the Pop.EndGet event and provides data for this event.

Object Model

PopEventArgs ClassPopMessage Class

Syntax

Visual Basic (Declaration) 
Public Class PopEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As PopEventArgs
C# 
public class PopEventArgs : System.EventArgs 
Managed Extensions for C++ 
public __gc class PopEventArgs : public System.EventArgs 
C++/CLI 
public ref class PopEventArgs : public System.EventArgs 

Remarks

A PopEventArgs is passed into into Pop.EndGet event after a message has been asynchronously retrieved by use of the PopMessage.BeginGet method. If successful, this data will contain the message retrieved.

If an exception occurred during the asynchronous operation, it would be returned in the handling event. To trap the error, check the PopEventArgs.Exception property.

For more information on implementing and handling events using PowerTCP.NET, see the topic, "Events in PowerTCP".

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.PowerTCP.Mail.PopEventArgs

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.