
| 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 | |
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".
System.Object
System.EventArgs
Dart.PowerTCP.Mail.PopEventArgs
Target Platforms: Microsoft .NET Framework 2.0