Partager via


UserEmailInfo.WSSUserName Property

 

Retrieves the name of a Windows Server 2012 Essentials user.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public string WSSUserName { get; internal set; }
public:
property String^ WSSUserName {
    String^ get();
    internal: void set(String^ value);
}
Public Property WSSUserName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

A String containing the name of a user.

See Also

UserEmailInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top