Поделиться через


Свойство MailAccount.ReplyToAddress

Gets or sets the e-mail address to which the mail account replies.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Mail
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ReplyToAddress As String 
    Get 
    Set
'Применение
Dim instance As MailAccount 
Dim value As String 

value = instance.ReplyToAddress

instance.ReplyToAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ReplyToAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ReplyToAddress {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ReplyToAddress : string with get, set
function get ReplyToAddress () : String 
function set ReplyToAddress (value : String)

Значение свойства

Тип: System.String
A String value that specifies the e-mail address to which the mail account replies.

Примеры

Использование компонента Database Mail

См. также

Справочник

MailAccount Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Mail

Другие ресурсы

Компонент Database Mail