HeaderTypeReplyTo Property |
This header field is meant to indicate where the sender wants replies to go.
Unfortunately, this is ambiguous, since there are different kinds of replies, which the sender may wish to go to different addresses.
In particular, there are personal replies intended for only one person, and group replies, intended for the whole group of people who read the replied-to message (often a mailing list, anewsgroup name cannot appear here because of different syntax, see "FollowupTo" .).
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static HeaderType ReplyTo { get; }
Public Shared ReadOnly Property ReplyTo As HeaderType
Get
public:
static property HeaderType^ ReplyTo {
HeaderType^ get ();
}
static member ReplyTo : HeaderType with get
Property Value
Type:
HeaderTypeSee Also