Gets or sets a value indicating whether the message is marked for deletion.
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.