MailMessage.ReplyTo 속성

정의

주의

ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202

주의

ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.

주의

ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202

주의

Use ReplyToList instead

전자 메일 메시지의 회신 주소를 가져오거나 설정합니다.

public:
 property System::Net::Mail::MailAddress ^ ReplyTo { System::Net::Mail::MailAddress ^ get(); void set(System::Net::Mail::MailAddress ^ value); };
[System.Obsolete("ReplyTo is obsoleted for this type.  Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202")]
public System.Net.Mail.MailAddress? ReplyTo { get; set; }
[System.Obsolete("ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.")]
public System.Net.Mail.MailAddress? ReplyTo { get; set; }
[System.Obsolete("ReplyTo is obsoleted for this type.  Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202")]
public System.Net.Mail.MailAddress ReplyTo { get; set; }
[System.Obsolete("ReplyTo is obsoleted for this type.  Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202")]
public System.Net.Mail.MailAddress ReplyTo { get; set; }
public System.Net.Mail.MailAddress ReplyTo { get; set; }
[System.Obsolete("Use ReplyToList instead")]
public System.Net.Mail.MailAddress ReplyTo { get; set; }
[<System.Obsolete("ReplyTo is obsoleted for this type.  Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
[<System.Obsolete("ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
[<System.Obsolete("ReplyTo is obsoleted for this type.  Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
[<System.Obsolete("Use ReplyToList instead")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
Public Property ReplyTo As MailAddress

속성 값

MailAddress

ReplyTo 필드 값을 나타내는 MailAddress입니다.

특성

설명

ReplyTo 메시지에 회신하는 데 사용할 주소 이외의 From 주소를 나타내려면 이 속성을 사용합니다.

적용 대상