DeviceAccountConfiguration.IncomingServerUsername Property

Definition

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

String

Platform::String

winrt::hstring

The username to use when connecting to the incoming email server.

Applies to