 | PurgeFileEventArgsCancel Property |
Defines whether to cancel the event or not. By default, this value is false
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic bool Cancel { get; set; }Public Property Cancel As Boolean
Get
Set
Dim instance As PurgeFileEventArgs
Dim value As Boolean
value = instance.Cancel
instance.Cancel = value
public:
property bool Cancel {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also