Dart.Mail Namespace > DeliveryStatusNotification Class : ReturnMessage Property |
<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); }
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.