PowerTCP Mail for .NET
Message Property (PopProgressEventArgs)




Gets the PopMessage representing the message currently being retrieved.
Syntax
Public ReadOnly Property Message As PopMessage
Dim instance As PopProgressEventArgs
Dim value As PopMessage
 
value = instance.Message
public PopMessage Message {get;}
public: __property PopMessage* get_Message();
public:
property PopMessage^ Message {
   PopMessage^ get();
}

Property Value

A PopMessage object representing the message retrieved.
Remarks

This is useful for displaying progress data specific to a particular message, such as MessageBase.Id.

See Also

Reference

PopProgressEventArgs Class
PopProgressEventArgs Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic