共用方式為


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

外寄電子郵件地址。

適用於