ReplyTo
ReplyTo identifies the delivery address for message replies.
Syntax
[VC++]
CString GetReplyTo();
void SetReplyTo(LPCTSTR lpszNewValue);
[CS]
public abstract new string ReplyTo [ get, set ]
[VB]
Property ReplyTo As String