Compartilhar via


DeviceAccountConfiguration.OutgoingServerAddress Propriedade

Definição

Obtém ou define o endereço do servidor de email de saída.

public:
 property Platform::String ^ OutgoingServerAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring OutgoingServerAddress();

void OutgoingServerAddress(winrt::hstring value);
public string OutgoingServerAddress { get; set; }
var string = deviceAccountConfiguration.outgoingServerAddress;
deviceAccountConfiguration.outgoingServerAddress = string;
Public Property OutgoingServerAddress As String

Valor da propriedade

String

Platform::String

winrt::hstring

O endereço do servidor de email de saída.

Aplica-se a