PowerTCP Mail for .NET
ReturnMessage Property




Specifies whether the entire message or only the header is returned with the DSN.
Syntax
<DefaultValueAttribute()>
Public Property ReturnMessage As Boolean
Dim instance As DeliveryStatusNotification
Dim value As Boolean
 
instance.ReturnMessage = value
 
value = instance.ReturnMessage
[DefaultValue()]
public bool ReturnMessage {get; set;}
[DefaultValue()]
public: __property bool get_ReturnMessage();
public: __property void set_ReturnMessage( 
   bool value
);
[DefaultValue()]
public:
property bool ReturnMessage {
   bool get();
   void set (    bool value);
}

Property Value

true if the entire message is to be returned; otherwise false. The default value is false.
Remarks

The DeliveryStatusNotification.ReturnMessage property specifies whether or not the message should be included in any failed DSN issued for this message transmission. Set this property to true to receive the entire message with the DSN.

See Also

Reference

DeliveryStatusNotification Class
DeliveryStatusNotification Members


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