DeviceAccountConfiguration.IncomingServerUsername 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 username to use when connecting to the incoming email server.
public:
property Platform::String ^ IncomingServerUsername { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring IncomingServerUsername();
void IncomingServerUsername(winrt::hstring value);
public string IncomingServerUsername { get; set; }
var string = deviceAccountConfiguration.incomingServerUsername;
deviceAccountConfiguration.incomingServerUsername = string;
Public Property IncomingServerUsername As String
Property Value
The username to use when connecting to the incoming email server.