DeviceAccountConfiguration.IncomingServerAddress 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 incoming email server address.
public:
property Platform::String ^ IncomingServerAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring IncomingServerAddress();
void IncomingServerAddress(winrt::hstring value);
public string IncomingServerAddress { get; set; }
var string = deviceAccountConfiguration.incomingServerAddress;
deviceAccountConfiguration.incomingServerAddress = string;
Public Property IncomingServerAddress As String
Property Value
The incoming email server address.