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




Gets the PopMessage that was part of the associated method call.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PopMessage As PopMessage
Visual Basic (Usage)Copy Code
Dim instance As PopEventArgs
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 retrieved. For example, the actual message data is contained in a MessageStream object, accessible by the PopMessage.Message property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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