Compartilhar via


SPWebApplication.OutboundMailSenderAddress property

Obtém ou define o remetente padrão (de) endereço a ser usado ao enviar mensagens de email.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property OutboundMailSenderAddress As String
    Get
    Set
'Uso
Dim instance As SPWebApplication
Dim value As String

value = instance.OutboundMailSenderAddress

instance.OutboundMailSenderAddress = value
public string OutboundMailSenderAddress { get; set; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o endereço de email.

Ver também

Referência

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace