IMailbox.DomainName Property
Gets or sets the domain name of the mailbox.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string DomainName { get; set; }
property String^ DomainName {
String^ get();
void set(String^ value);
}
Property DomainName As String
Property Value
Type: System.String
A String.
See Also
IMailbox Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top