Compartir a través de


DeviceAccountConfiguration.OutgoingServerAddress Propiedad

Definición

Obtiene o establece la dirección del servidor de correo electrónico saliente.

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 de propiedad

String

Platform::String

winrt::hstring

Dirección del servidor de correo electrónico saliente.

Se aplica a