İngilizce dilinde oku

Aracılığıyla paylaş


MailMessage.ReplyTo Özellik

Tanım

Dikkat

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

Dikkat

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

Dikkat

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

Posta iletisinin ReplyTo adresini alır veya ayarlar.

[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; }

Özellik Değeri

Alanın değerini ReplyTo gösteren MailAddress.

Öznitelikler

Açıklamalar

ReplyTo Bu iletiyi yanıtlamak için kullanılacak adres dışında From bir adres belirtmek için özelliğini kullanın.

Şunlara uygulanır