DeviceAccountConfiguration.OutgoingServerAddress Property

Definition

Gets or sets the outgoing email server address.

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

Property Value

String

Platform::String

winrt::hstring

The outgoing email server address.

Applies to