Share via


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

보내는 전자 메일 서버 주소입니다.

적용 대상