PowerTCP Mail for .NET
Deleted Property (PopMessage)




Gets or sets a value indicating whether the message is marked for deletion.
Syntax
Public Property Deleted As Boolean
Dim instance As PopMessage
Dim value As Boolean
 
instance.Deleted = value
 
value = instance.Deleted
public bool Deleted {get; set;}
public: __property bool get_Deleted();
public: __property void set_Deleted( 
   bool value
);
public:
property bool Deleted {
   bool get();
   void set (    bool value);
}

Property Value

true if the message has been marked for deletion, false otherwise. The default value is false.
Remarks
Marked messages are deleted when Close is used.
See Also

Reference

PopMessage Class
PopMessage Members


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