DeviceAccountConfiguration.OutgoingServerUsername Property

Definition

Gets or sets the username to use when connecting to the outgoing email server.

public:
 property Platform::String ^ OutgoingServerUsername { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring OutgoingServerUsername();

void OutgoingServerUsername(winrt::hstring value);
public string OutgoingServerUsername { get; set; }
var string = deviceAccountConfiguration.outgoingServerUsername;
deviceAccountConfiguration.outgoingServerUsername = string;
Public Property OutgoingServerUsername As String

Property Value

String

Platform::String

winrt::hstring

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

Applies to