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




MailAddress value representing the email address of the person to whom a message should be sent when this message is read.

Syntax

Visual Basic (Declaration) 
Public Property ReturnReceiptTo As String
Visual Basic (Usage)Copy Code
Dim instance As MailHeader
Dim value As String
 
instance.ReturnReceiptTo = value
 
value = instance.ReturnReceiptTo
C# 
public string ReturnReceiptTo {get; set;}
Managed Extensions for C++ 
public: __property string* get_ReturnReceiptTo();
public: __property void set_ReturnReceiptTo( 
   string* value
);
C++/CLI 
public:
property String^ ReturnReceiptTo {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the date to list after the "RETURN-RECEIPT-TO:" header field.

Remarks

Use this property to ask the receiving email client to send a message to this address when the message is opened for reading on the client.

Setting this property causes the "RETURN-RECEIPT-TO:" header field to be added to the message. This property is provided as an easy-to-use, high-level alternative to MessageStream.Headers.Add(HeaderLabelType.ReturnReceiptTo).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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