DeviceAccountConfiguration.OutgoingServerUsername 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 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
The username to use when connecting to the outgoing email server.