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


DeviceAccountConfiguration.OutgoingServerAddress Свойство

Определение

Возвращает или задает адрес сервера исходящей электронной почты.

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

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

String

Platform::String

winrt::hstring

Адрес сервера исходящей электронной почты.

Применяется к