SPVirtualServer.MailReplyToAddress property
NOTE: This API is now obsolete.
Obsolete. Gets the To address used in e-mail for the server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.", _
False)> _
Public ReadOnly Property MailReplyToAddress As String
Get
'Usage
Dim instance As SPVirtualServer
Dim value As String
value = instance.MailReplyToAddress
[ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.",
false)]
public string MailReplyToAddress { get; }
Property value
Type: System.String
A string that contains the To address.