Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the display name of the mailbox.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string DisplayName { get; set; }
property String^ DisplayName {
String^ get();
void set(String^ value);
}
Property DisplayName As String
Property Value
Type: System.String
A String.
See Also
IMailbox Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top