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




Provides a means for disabling DSN, even if the server supports it.

Syntax

Visual Basic (Declaration) 
Public Property Enabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DeliveryStatusNotification
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
C# 
public bool Enabled {get; set;}
Managed Extensions for C++ 
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
C++/CLI 
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}

Property Value

true if DSN should be enabled; otherwise false. The default value is true.

Remarks

Set this property to false if the server rejects the message because of problems in DSN extensions.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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