Share via


IMailbox.UserName Property

 

Gets or sets the user name of the mailbox.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string UserName { get; set; }
property String^ UserName {
    String^ get();
    void set(String^ value);
}
Property UserName As String

Property Value

Type: System.String

A String.

See Also

IMailbox Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top