DeviceAccountConfiguration.OutgoingServerAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The outgoing email server address.