PowerTCP Mail for .NET
PopMessage Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > PopProgressEventArgs Class : PopMessage Property




Gets the PopMessage representing the message currently being retrieved.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PopMessage As PopMessage
Visual Basic (Usage)Copy Code
Dim instance As PopProgressEventArgs
Dim value As PopMessage
 
value = instance.PopMessage
C# 
public PopMessage PopMessage {get;}
Managed Extensions for C++ 
public: __property PopMessage* get_PopMessage();
C++/CLI 
public:
property PopMessage^ PopMessage {
   PopMessage^ get();
}

Property Value

A PopMessage object representing the message retrieved.

Remarks

The PopMessage object represents the message that is currently being retrieved. This is useful for displaying progress data specific to a particular message, such as message id.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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